DeepAli - DeepLink Generator for AliExpress™

Deep Link URL Generator for Aliexpress™ Affliliates

Cos'è DeepAli - DeepLink Generator for AliExpress™?

DeepAli - DeepLink Generator for AliExpress™ è un'estensione di Chrome sviluppata da CodedByHand, e la sua funzione principale è "Deep Link URL Generator for Aliexpress™ Affliliates".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DeepAli - DeepLink Generator for AliExpress™

Scarica i file di estensione DeepAli - DeepLink Generator for AliExpress™ 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

                        Generate Deep Link URLs directly from product page.                    

Informazioni di Base sull'Estensione

Nome DeepAli - DeepLink Generator for AliExpress™ DeepAli - DeepLink Generator for AliExpress™
ID pkkpegdebnkpoebickedmidaoccnggop
URL Ufficiale https://chromewebstore.google.com/detail/deepali-deeplink-generato/pkkpegdebnkpoebickedmidaoccnggop
Descrizione Deep Link URL Generator for Aliexpress™ Affliliates
Dimensione del File 1.59 MB
Conteggio Installazioni 334
Versione Corrente 1.0.9
Ultimo Aggiornamento 2020-05-26
Data di Pubblicazione 2020-05-26
Valutazione 3.00/5 Totale 6 Valutazioni
Sviluppatore CodedByHand
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/coded-by-hand-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeepAli - DeepLink Generator for AliExpress\u2122",
    "short_name": "DeepAli",
    "version": "1.0.9",
    "description": "Deep Link URL Generator for Aliexpress\u2122 Affliliates",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/gw.api.alibaba.com\/openapi\/param2\/2\/portals.open\/*"
    ],
    "optional_permissions": [
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "page_action": {
        "default_title": "Click to generate Deep Link URL",
        "default_icon": "marker.png"
    },
    "options_ui": {
        "page": "options\/build.html",
        "chrome_style": false
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}