Effiliation For Publisher
This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds
Was ist Effiliation For Publisher?
Effiliation For Publisher ist eine Chrome-Erweiterung, die von team-dev-effinity entwickelt wurde, und ihr Hauptmerkmal ist "This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds".
Erweiterungsscreenshots
Effiliation For Publisher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Effiliation For Publisher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Cette extension permet : - D'accéder à votre compte Effiliation, - Générer un deeplink en quelques secondes
Grundlegende Informationen zur Erweiterung
Name | Effiliation For Publisher |
ID | acgmmhbponleofnjpfhlpahlgamiekal |
Offizielle URL | https://chromewebstore.google.com/detail/effiliation-for-publisher/acgmmhbponleofnjpfhlpahlgamiekal |
Beschreibung | This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds |
Dateigröße | 52.79 KB |
Installationsanzahl | 630 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2022-05-04 |
Veröffentlichungsdatum | 2022-05-04 |
Entwickler | team-dev-effinity |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.effinity.fr/politique-de-confidentialite/ |
Hilfeseite URL | https://www.effinity.fr/contact/ |
URL der Datenschutzrichtlinien-Seite | https://www.effinity.fr/politique-de-confidentialite |
Unterstützte Sprachen | 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" ] } |