Profitshare

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

什麼是Profitshare?

Profitshare是由https://www.profitshare.ro開發的Chrome擴展程式,該擴展的主要功能是“Profitshare is the leading affiliate network in Central and Eastern Europe.”。

擴展截圖

screenshot
screenshot

下載Profitshare擴展crx文件

下載Profitshare擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}