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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}