Profitshare

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

Co to jest Profitshare?

Profitshare to rozszerzenie Chrome opracowane przez https://www.profitshare.ro, a jego główną funkcją jest „Profitshare is the leading affiliate network in Central and Eastern Europe.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Profitshare

Pobierz pliki rozszerzeń Profitshare w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Profitshare Profitshare
ID efbnlhcfcbcphdhacpifaldmfjefcalm
Oficjalny URL https://chromewebstore.google.com/detail/profitshare/efbnlhcfcbcphdhacpifaldmfjefcalm
Opis Profitshare is the leading affiliate network in Central and Eastern Europe.
Rozmiar pliku 128 KB
Liczba instalacji 930
Aktualna Wersja 2
Ostatnia Aktualizacja 2022-08-19
Data Publikacji 2018-12-07
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper https://www.profitshare.ro
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://profitshare.ro/en/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}