Linkwise for Chrome
Discover new affiliate programs and generate deeplinks on the fly!
Linkwise for Chromeとは何ですか?
Linkwise for Chromeはhttps://linkwi.seによって開発されたChromeの拡張機能で、その主な機能は「Discover new affiliate programs and generate deeplinks on the fly!」です。
拡張機能のスクリーンショット
Linkwise for Chrome拡張機能のCRXファイルをダウンロード
Linkwise for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A new, useful and user-friendly tool for all Linkwise affiliates. Linkwise for Chrome enables you to discover new affiliate programs by displaying a green badge whenever you visit a Linkwise advertiser website. By clicking on the Linkwise icon, you can view the program’s details and copy the affiliate deeplink for the page you are on. Get easy, one click access to every program’s essential information like name, short description and commissions and easily get and customize deeplinks with SubIDs.
拡張機能の基本情報
名前 | Linkwise for Chrome |
ID | ngdneebmnhbllklnnonomoimdolihecf |
公式URL | https://chromewebstore.google.com/detail/linkwise-for-chrome/ngdneebmnhbllklnnonomoimdolihecf |
説明 | Discover new affiliate programs and generate deeplinks on the fly! |
ファイルサイズ | 108 KB |
インストール数 | 1,102 |
現在のバージョン | 1.3.1 |
最終更新日 | 2022-08-31 |
公開日 | 2018-12-10 |
評価 | 4.93/5 合計 14 レビュー |
開発者 | https://linkwi.se |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://linkwi.se/global-en/privacy-policy-linkwise-for-chrome |
対応言語 | en,el |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "1.3.1", "default_locale": "el", "action": { "default_icon": { "128": "images\/icon128.png", "64": "images\/icon64.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "19": "images\/icon19.png", "16": "images\/icon16.png" }, "default_popup": "popup.html" }, "icons": { "128": "images\/icon128.png", "64": "images\/icon64.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "19": "images\/icon19.png", "16": "images\/icon16.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ] } |