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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } |