An open API service indexing awesome lists of open source software.

https://github.com/charles-dr/autofill

Chrome extension to auto-fill the billing information on checkout form
https://github.com/charles-dr/autofill

Last synced: about 2 months ago
JSON representation

Chrome extension to auto-fill the billing information on checkout form

Awesome Lists containing this project

README

        

# Autofill Extension

- authorize user using api
- fill the checkout form automatically
- save billing information

## data structure
```json
{
"data": {
"mode": "1",
"profile": {},
"profiles": [],
"settings": {},
"activation": {
"success": true,
"key": "81610-...",
"activation_token": "BZsN...",
"activation": {
"hwid": "d520c7a8-...",
"device_name": "LAPTOP-...",
"activated_at": 1585872379,
"active": true
},
"user": {
"id": 127622,
"discord_username": "xxxx#0000",
"discord_id": "662509114353516554",
"avatar_url": "https://cdn.discordapp.com/avatars/...png"
}
},
"options": {
"autoCheckout": "false"
},
"customs": [
{"keyword": "keyword1", "value": "value1 }
]
}
}
```