Ali2BD Assistant
Shop your items from AliExpress to Bangladesh with Ali2BD.
Was ist Ali2BD Assistant?
Ali2BD Assistant ist eine Chrome-Erweiterung, die von https://ali2bd.com entwickelt wurde, und ihr Hauptmerkmal ist "Shop your items from AliExpress to Bangladesh with Ali2BD.".
Erweiterungsscreenshots
Ali2BD Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ali2BD Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With this extension you will get full details of any products from supported shops and order any item just in a few clicks. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dofdegbkoofphbahlonbaadkkglkhmfd |
| Offizielle URL | https://chromewebstore.google.com/detail/ali2bd-assistant/dofdegbkoofphbahlonbaadkkglkhmfd |
| Beschreibung | Shop your items from AliExpress to Bangladesh with Ali2BD. |
| Dateigröße | 58.59 KB |
| Installationsanzahl | 4,150 |
| Aktuelle Version | 2.0.8 |
| Letztes Update | 2024-01-30 |
| Veröffentlichungsdatum | 2020-03-27 |
| Bewertung | 4.37/5 Insgesamt 43 Bewertungen |
| Entwickler | https://ali2bd.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://ali2bd.com/ |
| Hilfeseite URL | https://help.ali2bd.com/ |
| URL der Datenschutzrichtlinien-Seite | https://ali2bd.com/pages/privacy-policy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ali2BD Assistant",
"description": "Shop your items from AliExpress to Bangladesh with Ali2BD.",
"version": "2.0.8",
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.aliexpress.com\/*",
"https:\/\/ali2bd.com\/*"
],
"run_at": "document_end",
"js": [
"js\/commonContentScript.js",
"js\/contentScripts.js"
]
},
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/ali2bd.com\/*"
],
"run_at": "document_end",
"js": [
"js\/commonContentScript.js",
"js\/amazonContentScript.js"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"providers\/*",
"https:\/\/edge.ali2bd.com\/*",
"ali2bd\/assets\/logo\/*"
],
"matches": [
"*:\/\/*.aliexpress.com\/*"
]
},
{
"resources": [
"providers\/amazon\/*",
"https:\/\/edge.ali2bd.com\/*",
"ali2bd\/assets\/logo\/*"
],
"matches": [
"*:\/\/*.amazon.com\/*"
]
}
],
"host_permissions": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.aliexpress.com\/*",
"https:\/\/ali2bd.com\/*",
"https:\/\/edge.ali2bd.com\/*"
]
} | |