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.
拡張機能の基本情報
名前 | Ali2BD Assistant |
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 |
Eメール | [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\/*" ] } |