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" } |