DeepAli - DeepLink Generator for AliExpress™

Deep Link URL Generator for Aliexpress™ Affliliates

DeepAli - DeepLink Generator for AliExpress™ là gì?

DeepAli - DeepLink Generator for AliExpress™ là một tiện ích mở rộng Chrome được phát triển bởi CodedByHand, và tính năng chính của nó là "Deep Link URL Generator for Aliexpress™ Affliliates".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DeepAli - DeepLink Generator for AliExpress™

Tải xuống các tệp mở rộng DeepAli - DeepLink Generator for AliExpress™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Generate Deep Link URLs directly from product page.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DeepAli - DeepLink Generator for AliExpress™ DeepAli - DeepLink Generator for AliExpress™
ID pkkpegdebnkpoebickedmidaoccnggop
URL Chính Thức https://chromewebstore.google.com/detail/deepali-deeplink-generato/pkkpegdebnkpoebickedmidaoccnggop
Mô tả Deep Link URL Generator for Aliexpress™ Affliliates
Kích Thước Tệp 1.59 MB
Số Lần Cài Đặt 334
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2020-05-26
Ngày Phát Hành 2020-05-26
Đánh Giá 3.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển CodedByHand
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/coded-by-hand-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}