DeepAli - DeepLink Generator for AliExpress™

Deep Link URL Generator for Aliexpress™ Affliliates

什麼是DeepAli - DeepLink Generator for AliExpress™?

DeepAli - DeepLink Generator for AliExpress™是由CodedByHand開發的Chrome擴展程式,該擴展的主要功能是“Deep Link URL Generator for Aliexpress™ Affliliates”。

擴展截圖

screenshot

下載DeepAli - DeepLink Generator for AliExpress™擴展crx文件

下載DeepAli - DeepLink Generator for AliExpress™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Generate Deep Link URLs directly from product page.                    

擴展基本資訊

名稱 DeepAli - DeepLink Generator for AliExpress™ DeepAli - DeepLink Generator for AliExpress™
ID pkkpegdebnkpoebickedmidaoccnggop
官方網址 https://chromewebstore.google.com/detail/deepali-deeplink-generato/pkkpegdebnkpoebickedmidaoccnggop
簡介 Deep Link URL Generator for Aliexpress™ Affliliates
檔案大小 1.59 MB
安裝次數 334
目前版本 1.0.9
更新時間 2020-05-26
上架時間 2020-05-26
評分 3.00/5 共 6 次評分
開發者 CodedByHand
付費類型 free
隱私政策頁面URL https://sites.google.com/view/coded-by-hand-privacy-policy
支援的語言 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"
            }
        }
    }
}