Ali2BD Assistant
Shop your items from AliExpress to Bangladesh with Ali2BD.
什么是Ali2BD Assistant?
Ali2BD Assistant是由https://ali2bd.com开发的Chrome扩展程序,该扩展的主要功能是“Shop your items from AliExpress to Bangladesh with Ali2BD.”。
扩展截图
下载Ali2BD Assistant扩展crx文件
下载Ali2BD Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you will get full details of any products from supported shops and order any item just in a few clicks. 扩展基本信息
| 名称 | |
| ID | dofdegbkoofphbahlonbaadkkglkhmfd |
| 官方URL | https://chromewebstore.google.com/detail/ali2bd-assistant/dofdegbkoofphbahlonbaadkkglkhmfd |
| 简介 | Shop your items from AliExpress to Bangladesh with Ali2BD. |
| 文件大小 | 58.59 KB |
| 安装次数 | 4,150 |
| 当前版本 | 2.0.8 |
| 更新时间 | 2024-01-30 |
| 上架时间 | 2020-03-27 |
| 评分 | 4.37/5 共43次评分 |
| 开发者 | https://ali2bd.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ali2bd.com/ |
| 帮助页面URL | https://help.ali2bd.com/ |
| 隐私政策页面URL | https://ali2bd.com/pages/privacy-policy |
| 支持的语言 | 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\/*"
]
} | |