ePN Webmaster Plugin
Quick and easy way to create affiliate links for ePN CPA
什么是ePN Webmaster Plugin?
ePN Webmaster Plugin是由https://epn.bz开发的Chrome扩展程序,该扩展的主要功能是“Quick and easy way to create affiliate links for ePN CPA”。
扩展截图
下载ePN Webmaster Plugin扩展crx文件
下载ePN Webmaster Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The plugin allows you to receive an affiliate link to any AliExpress page open in your browser without leaving it! 扩展基本信息
| 名称 | |
| ID | jeaompkpfafalmlchhmehhfhmojmmkol |
| 官方URL | https://chromewebstore.google.com/detail/epn-webmaster-plugin/jeaompkpfafalmlchhmehhfhmojmmkol |
| 简介 | Quick and easy way to create affiliate links for ePN CPA |
| 文件大小 | 630 KB |
| 安装次数 | 10,000 |
| 当前版本 | 2.0.12 |
| 更新时间 | 2023-03-20 |
| 上架时间 | 2020-05-21 |
| 评分 | 3.81/5 共79次评分 |
| 开发者 | https://epn.bz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://epn.bz |
| 帮助页面URL | https://epn.bz/info/faq |
| 隐私政策页面URL | https://backit.me/cashback/privacy |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extTitle__",
"description": "__MSG_extDescription__",
"default_locale": "ru",
"version": "2.0.12",
"author": "[email protected]",
"minimum_chrome_version": "76",
"homepage_url": "https:\/\/epn.bz",
"content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"permissions": [
"tabs",
"storage",
"webNavigation",
"notifications",
"http:\/\/*.epn.bz\/*",
"https:\/\/*.epn.bz\/*",
"https:\/\/*.epndev.bz\/*"
],
"browser_action": {
"default_title": "__MSG_extTitle__",
"default_popup": "popup.html",
"default_icon": "icons\/48x48.png"
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html"
}
} | |