DeepAli - DeepLink Generator for AliExpress™

Deep Link URL Generator for Aliexpress™ Affliliates

Co je DeepAli - DeepLink Generator for AliExpress™?

DeepAli - DeepLink Generator for AliExpress™ je rozšíření Chrome vyvinuté CodedByHand, a jeho hlavní funkcí je „Deep Link URL Generator for Aliexpress™ Affliliates“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DeepAli - DeepLink Generator for AliExpress™

Stáhněte si soubory rozšíření DeepAli - DeepLink Generator for AliExpress™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Generate Deep Link URLs directly from product page.                    

Základní Informace o Rozšíření

Název DeepAli - DeepLink Generator for AliExpress™ DeepAli - DeepLink Generator for AliExpress™
ID pkkpegdebnkpoebickedmidaoccnggop
Oficiální URL https://chromewebstore.google.com/detail/deepali-deeplink-generato/pkkpegdebnkpoebickedmidaoccnggop
Popis Deep Link URL Generator for Aliexpress™ Affliliates
Velikost souboru 1.59 MB
Počet instalací 334
Aktuální Verze 1.0.9
Poslední Aktualizace 2020-05-26
Datum Vydání 2020-05-26
Hodnocení 3.00/5 Celkem 6 Hodnocení
Vývojář CodedByHand
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/coded-by-hand-privacy-policy
Podporované Jazyky 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"
            }
        }
    }
}