Ali2BD Assistant

Shop your items from AliExpress to Bangladesh with Ali2BD.

Cos'è Ali2BD Assistant?

Ali2BD Assistant è un'estensione di Chrome sviluppata da https://ali2bd.com, e la sua funzione principale è "Shop your items from AliExpress to Bangladesh with Ali2BD.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ali2BD Assistant

Scarica i file di estensione Ali2BD Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Ali2BD Assistant Ali2BD Assistant
ID dofdegbkoofphbahlonbaadkkglkhmfd
URL Ufficiale https://chromewebstore.google.com/detail/ali2bd-assistant/dofdegbkoofphbahlonbaadkkglkhmfd
Descrizione Shop your items from AliExpress to Bangladesh with Ali2BD.
Dimensione del File 58.59 KB
Conteggio Installazioni 4,150
Versione Corrente 2.0.8
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2020-03-27
Valutazione 4.37/5 Totale 43 Valutazioni
Sviluppatore https://ali2bd.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ali2bd.com/
URL della Pagina di Aiuto https://help.ali2bd.com/
URL della Pagina della Politica sulla Privacy https://ali2bd.com/pages/privacy-policy
Lingue Supportate 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\/*"
    ]
}