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!
擴展基本資訊
名稱 | ePN Webmaster Plugin |
ID | jeaompkpfafalmlchhmehhfhmojmmkol |
官方網址 | 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" } } |