Ali2BD Assistant
Shop your items from AliExpress to Bangladesh with Ali2BD.
Vad är Ali2BD Assistant?
Ali2BD Assistant är en Chrome-tillägg utvecklad av https://ali2bd.com, och dess huvudfunktion är "Shop your items from AliExpress to Bangladesh with Ali2BD.".
Tilläggsskärmbilder
Ladda ner Ali2BD Assistant-förlängningens CRX-fil
Ladda ner Ali2BD Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
With this extension you will get full details of any products from supported shops and order any item just in a few clicks. Grundläggande Information om Tillägg
| Namn | |
| ID | dofdegbkoofphbahlonbaadkkglkhmfd |
| Officiell webbadress | https://chromewebstore.google.com/detail/ali2bd-assistant/dofdegbkoofphbahlonbaadkkglkhmfd |
| Beskrivning | Shop your items from AliExpress to Bangladesh with Ali2BD. |
| Filstorlek | 58.59 KB |
| Antal Installationer | 4,150 |
| Aktuell Version | 2.0.8 |
| Senast Uppdaterad | 2024-01-30 |
| Publiceringsdatum | 2020-03-27 |
| Betyg | 4.37/5 Totalt 43 Betyg |
| Utvecklare | https://ali2bd.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://ali2bd.com/ |
| Hjälpsida URL | https://help.ali2bd.com/ |
| URL till Sekretesspolicy Sidan | https://ali2bd.com/pages/privacy-policy |
| Stödda Språk | 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\/*"
]
} | |