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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
| 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"
]
} | |