Ali2BD Assistant

Shop your items from AliExpress to Bangladesh with Ali2BD.

Apa itu Ali2BD Assistant?

Ali2BD Assistant adalah ekstensi Chrome yang dikembangkan oleh https://ali2bd.com, dan fitur utamanya adalah "Shop your items from AliExpress to Bangladesh with Ali2BD.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ali2BD Assistant

Unduh file ekstensi Ali2BD Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        With this extension you will get full details of any products from supported shops and order any item just in a few clicks.                    

Informasi Dasar Ekstensi

Nama Ali2BD Assistant Ali2BD Assistant
ID dofdegbkoofphbahlonbaadkkglkhmfd
URL Resmi https://chromewebstore.google.com/detail/ali2bd-assistant/dofdegbkoofphbahlonbaadkkglkhmfd
Deskripsi Shop your items from AliExpress to Bangladesh with Ali2BD.
Ukuran File 58.59 KB
Jumlah Instalasi 4,150
Versi Saat Ini 2.0.8
Terakhir Diperbarui 2024-01-30
Tanggal Publikasi 2020-03-27
Penilaian 4.37/5 Total 43 Penilaian
Pengembang https://ali2bd.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ali2bd.com/
URL Halaman Bantuan https://help.ali2bd.com/
URL Halaman Kebijakan Privasi https://ali2bd.com/pages/privacy-policy
Bahasa yang Didukung 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\/*"
    ]
}