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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            }
        }
    }
}