Ali2BD Assistant

Shop your items from AliExpress to Bangladesh with Ali2BD.

Ali2BD Assistantคืออะไร?

Ali2BD Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ali2bd.com และคุณลักษณะหลักของมันคือ "Shop your items from AliExpress to Bangladesh with Ali2BD."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ali2BD Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
    ]
}