Profitshare

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

Profitshare क्या है?

Profitshare https://www.profitshare.ro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Profitshare is the leading affiliate network in Central and Eastern Europe."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Profitshare एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Profitshare Profitshare
ID efbnlhcfcbcphdhacpifaldmfjefcalm
आधिकारिक URL https://chromewebstore.google.com/detail/profitshare/efbnlhcfcbcphdhacpifaldmfjefcalm
विवरण Profitshare is the leading affiliate network in Central and Eastern Europe.
फ़ाइल का आकार 128 KB
स्थापना संख्या 930
वर्तमान संस्करण 2
अंतिम अपडेट 2022-08-19
प्रकाशन तिथि 2018-12-07
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर https://www.profitshare.ro
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://profitshare.ro/en/privacy-policy
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}