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」です。
拡張機能のスクリーンショット
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™ |
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" } } } } |