Profitshare

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

ما هو Profitshare؟

Profitshare هو إضافة Chrome تم تطويرها بواسطة https://www.profitshare.ro، والميزة الرئيسية لها هي "Profitshare is the leading affiliate network in Central and Eastern Europe.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Profitshare

قم بتنزيل ملفات الامتداد Profitshare بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}