Ali2BD Assistant
Shop your items from AliExpress to Bangladesh with Ali2BD.
Wat is Ali2BD Assistant?
Ali2BD Assistant is een Chrome-extensie ontwikkeld door https://ali2bd.com, en de belangrijkste functie is "Shop your items from AliExpress to Bangladesh with Ali2BD.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ali2BD Assistant
Download Ali2BD Assistant-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
With this extension you will get full details of any products from supported shops and order any item just in a few clicks.
Basisinformatie over de Extensie
Naam | Ali2BD Assistant |
ID | dofdegbkoofphbahlonbaadkkglkhmfd |
Officiële URL | https://chromewebstore.google.com/detail/ali2bd-assistant/dofdegbkoofphbahlonbaadkkglkhmfd |
Beschrijving | Shop your items from AliExpress to Bangladesh with Ali2BD. |
Bestandsgrootte | 58.59 KB |
Aantal Installaties | 4,150 |
Huidige Versie | 2.0.8 |
Laatst Bijgewerkt | 2024-01-30 |
Publicatiedatum | 2020-03-27 |
Beoordeling | 4.37/5 Totaal 43 Beoordelingen |
Ontwikkelaar | https://ali2bd.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ali2bd.com/ |
Help Pagina-URL | https://help.ali2bd.com/ |
URL van de Privacybeleid Pagina | https://ali2bd.com/pages/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |