AliX
AliExpress Invoices
Wat is AliX?
AliX is een Chrome-extensie ontwikkeld door Guy Nimni, en de belangrijkste functie is "AliExpress Invoices".
Extensie Screenshots
Download het CRX-bestand van de extensie AliX
Download AliX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Alix is a free solution for creating invoices from your AliExpress purchases in a click of a button.
Alix pro is on its way - stay tuned. Basisinformatie over de Extensie
| Naam | |
| ID | kdgajbaihfaagnedgieicdhcloabenpa |
| Officiële URL | https://chromewebstore.google.com/detail/alix/kdgajbaihfaagnedgieicdhcloabenpa |
| Beschrijving | AliExpress Invoices |
| Bestandsgrootte | 618 KB |
| Aantal Installaties | 30 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2020-12-26 |
| Publicatiedatum | 2019-07-11 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Guy Nimni |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://guynimni.me/apps/alix |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AliX",
"description": "AliExpress Invoices",
"version": "2.0.0",
"icons": {
"16": ".\/assets\/alix-logo-16.png",
"48": ".\/assets\/alix-logo-48.png",
"128": ".\/assets\/alix-logo-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.aliexpress.com\/*"
],
"js": [
".\/scripts\/jquery.min.js",
".\/bundled\/main.js"
]
}
],
"web_accessible_resources": [
"assets\/*.png",
"assets\/*.jpg"
],
"permissions": [
"storage"
]
} | |