Effiliation
Deeplink extension for Google Chrome - By Effiliation
Effiliationとは何ですか?
Effiliationはeffisocialによって開発されたChromeの拡張機能で、その主な機能は「Deeplink extension for Google Chrome - By Effiliation」です。
拡張機能のスクリーンショット
Effiliation拡張機能のCRXファイルをダウンロード
Effiliation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to create tracked links on the fly. The Deeplink extension of Effiliation is intended for Effiliation partners. It adds a button to the Chrome toolbar that allows you to do this: - Generate paid links to a brand's product page If you are already a partner with an advertiser, you can go to any page of their website and generate a tracked link. The plugin will be linked to your account, so all you have to do is copy and paste the link into your promotions and the tracking will be configured. If you are not already in partnership with the partner, the plugin will offer you to apply. If you are not yet an Effiliation partner, click here to register: http://www.effiliation.com
拡張機能の基本情報
名前 | Effiliation |
ID | eeokaeajjkbimljlfiohfmeepafbljob |
公式URL | https://chromewebstore.google.com/detail/effiliation/eeokaeajjkbimljlfiohfmeepafbljob |
説明 | Deeplink extension for Google Chrome - By Effiliation |
ファイルサイズ | 409 KB |
インストール数 | 52 |
現在のバージョン | 1.0.0.7 |
最終更新日 | 2019-04-11 |
公開日 | 2019-04-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | effisocial |
支払い方法 | free |
拡張機能のウェブサイト | http://www.effiliation.com |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.0.7", "permissions": [ "declarativeContent", "storage", "tabs", "browsingData", "webNavigation", "webRequest" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "logo16_off.png", "32": "logo32_off.png", "64": "logo64_off.png", "128": "logo128_off.png" }, "icons": { "16": "logo16.png", "32": "logo32.png", "64": "logo64.png", "128": "logo128.png" } }, "manifest_version": 2, "options_page": "options.html" } |