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 擴展基本資訊
| 名稱 | |
| ID | acgmmhbponleofnjpfhlpahlgamiekal |
| 官方網址 | 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"
]
} | |