DeepAli - DeepLink Generator for AliExpress™

Deep Link URL Generator for Aliexpress™ Affliliates

DeepAli - DeepLink Generator for AliExpress™คืออะไร?

DeepAli - DeepLink Generator for AliExpress™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CodedByHand และคุณลักษณะหลักของมันคือ "Deep Link URL Generator for Aliexpress™ Affliliates"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeepAli - DeepLink Generator for AliExpress™

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            }
        }
    }
}