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 هو إضافة Chrome تم تطويرها بواسطة team-dev-effinity، والميزة الرئيسية لها هي "This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Effiliation For Publisher
قم بتنزيل ملفات الامتداد Effiliation For Publisher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cette extension permet :
- D'accéder à votre compte Effiliation,
- Générer un deeplink en quelques secondes معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | https://www.effinity.fr/contact/ |
| عنوان صفحة سياسة الخصوصية | 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"
]
} | |