Profitshare

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

Profitshare là gì?

Profitshare là một tiện ích mở rộng Chrome được phát triển bởi https://www.profitshare.ro, và tính năng chính của nó là "Profitshare is the leading affiliate network in Central and Eastern Europe.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Profitshare

Tải xuống các tệp mở rộng Profitshare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Profitshare Profitshare
ID efbnlhcfcbcphdhacpifaldmfjefcalm
URL Chính Thức https://chromewebstore.google.com/detail/profitshare/efbnlhcfcbcphdhacpifaldmfjefcalm
Mô tả Profitshare is the leading affiliate network in Central and Eastern Europe.
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 930
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2022-08-19
Ngày Phát Hành 2018-12-07
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.profitshare.ro
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://profitshare.ro/en/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}