Profitshare

Profitshare is the leading affiliate network in Central and Eastern Europe.

Cos'è Profitshare?

Profitshare è un'estensione di Chrome sviluppata da https://www.profitshare.ro, e la sua funzione principale è "Profitshare is the leading affiliate network in Central and Eastern Europe.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Profitshare

Scarica i file di estensione Profitshare in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Cu ajutorul Extensiei Profitshare pentru Chrome vezi in browserul tau procentul comisioanelor pe care il poti obtine din promovarea advertiserilor din platforma Profitshare de fiecare data cand intri pe site-ul lor si te poti bucura rapid de resursele platformei.

Poti utiliza urmatoarele functionalitati:
- generare de link de afiliere direct din browserul tau;
- acces la rapoarte detaliate despre performanta ta printr-un singur click.

Vei putea urmari statistici rapide despre:
- castigul tau curent;
- numarul de clickuri;
- comisioanele in asteptare.                    

Informazioni di Base sull'Estensione

Nome Profitshare Profitshare
ID efbnlhcfcbcphdhacpifaldmfjefcalm
URL Ufficiale https://chromewebstore.google.com/detail/profitshare/efbnlhcfcbcphdhacpifaldmfjefcalm
Descrizione Profitshare is the leading affiliate network in Central and Eastern Europe.
Dimensione del File 128 KB
Conteggio Installazioni 930
Versione Corrente 2
Ultimo Aggiornamento 2022-08-19
Data di Pubblicazione 2018-12-07
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://www.profitshare.ro
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://profitshare.ro/en/privacy-policy
Lingue Supportate ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Profitshare",
    "short_name": "Profitshare",
    "description": "Profitshare is the leading affiliate network in Central and Eastern Europe.",
    "version": "2",
    "manifest_version": 3,
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Profitshare"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/jquery_ui.min.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/www.profitshare.ro\/;"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/icon.png",
                "generate_link.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}