Effiliation For Publisher

This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds

Hvad er Effiliation For Publisher?

Effiliation For Publisher er en Chrome-udvidelse udviklet af team-dev-effinity, og dens hovedfunktion er "This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds".

Udvidelsesskærmbilleder

screenshot

Download Effiliation For Publisher-udvidelses-CRX-fil

Download Effiliation For Publisher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Cette extension permet : 
 - D'accéder à votre compte Effiliation,
 - Générer un deeplink en quelques secondes                    

Grundlæggende oplysninger om udvidelsen

Navn Effiliation For Publisher Effiliation For Publisher
ID acgmmhbponleofnjpfhlpahlgamiekal
Officiel URL https://chromewebstore.google.com/detail/effiliation-for-publisher/acgmmhbponleofnjpfhlpahlgamiekal
Beskrivelse This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds
Filstørrelse 52.79 KB
Antal Installationer 630
Nuværende Version 0.0.3
Senest Opdateret 2022-05-04
Udgivelsesdato 2022-05-04
Udvikler team-dev-effinity
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.effinity.fr/politique-de-confidentialite/
Hjælpeside-URL https://www.effinity.fr/contact/
URL til Fortrolighedspolitik Side https://www.effinity.fr/politique-de-confidentialite
Understøttede Sprog 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"
    ]
}