Profitshare

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

Qu'est-ce que Profitshare ?

Profitshare est une extension Chrome développée par https://www.profitshare.ro, et sa fonction principale est "Profitshare is the leading affiliate network in Central and Eastern Europe.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Profitshare

Téléchargez les fichiers d'extension Profitshare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Profitshare Profitshare
ID efbnlhcfcbcphdhacpifaldmfjefcalm
URL Officiel https://chromewebstore.google.com/detail/profitshare/efbnlhcfcbcphdhacpifaldmfjefcalm
Description Profitshare is the leading affiliate network in Central and Eastern Europe.
Taille du Fichier 128 KB
Nombre d'Installations 930
Version Actuelle 2
Dernière Mise à Jour 2022-08-19
Date de Publication 2018-12-07
Évaluation 4.33/5 Total 6 Évaluations
Développeur https://www.profitshare.ro
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://profitshare.ro/en/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}