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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
            }
        }
    }
}