Ali2BD Assistant
Shop your items from AliExpress to Bangladesh with Ali2BD.
Qu'est-ce que Ali2BD Assistant ?
Ali2BD Assistant est une extension Chrome développée par https://ali2bd.com, et sa fonction principale est "Shop your items from AliExpress to Bangladesh with Ali2BD.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ali2BD Assistant
Téléchargez les fichiers d'extension Ali2BD Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
With this extension you will get full details of any products from supported shops and order any item just in a few clicks.
Informations de Base sur l'Extension
Nom | Ali2BD Assistant |
ID | dofdegbkoofphbahlonbaadkkglkhmfd |
URL Officiel | https://chromewebstore.google.com/detail/ali2bd-assistant/dofdegbkoofphbahlonbaadkkglkhmfd |
Description | Shop your items from AliExpress to Bangladesh with Ali2BD. |
Taille du Fichier | 58.59 KB |
Nombre d'Installations | 4,150 |
Version Actuelle | 2.0.8 |
Dernière Mise à Jour | 2024-01-30 |
Date de Publication | 2020-03-27 |
Évaluation | 4.37/5 Total 43 Évaluations |
Développeur | https://ali2bd.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ali2bd.com/ |
URL de la Page d'Aide | https://help.ali2bd.com/ |
URL de la Page de Politique de Confidentialité | https://ali2bd.com/pages/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |