Effiliation For Publisher
This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds
什么是Effiliation For Publisher?
Effiliation For Publisher是由team-dev-effinity开发的Chrome扩展程序,该扩展的主要功能是“This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds”。
扩展截图
下载Effiliation For Publisher扩展crx文件
下载Effiliation For Publisher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cette extension permet : - D'accéder à votre compte Effiliation, - Générer un deeplink en quelques secondes
扩展基本信息
名称 | Effiliation For Publisher |
ID | acgmmhbponleofnjpfhlpahlgamiekal |
官方URL | https://chromewebstore.google.com/detail/effiliation-for-publisher/acgmmhbponleofnjpfhlpahlgamiekal |
简介 | This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds |
文件大小 | 52.79 KB |
安装次数 | 630 |
当前版本 | 0.0.3 |
更新时间 | 2022-05-04 |
上架时间 | 2022-05-04 |
开发者 | team-dev-effinity |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.effinity.fr/politique-de-confidentialite/ |
帮助页面URL | https://www.effinity.fr/contact/ |
隐私政策页面URL | https://www.effinity.fr/politique-de-confidentialite |
支持的语言 | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "0.0.3", "description": "__MSG_desc__", "icons": { "16": "\/assets\/icons\/icon16.png", "32": "\/assets\/icons\/icon32.png", "48": "\/assets\/icons\/icon48.png", "64": "\/assets\/icons\/icon64.png", "128": "\/assets\/icons\/icon128.png" }, "default_locale": "fr", "action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |