PongoShare Affiliate Link Tool

Quickly create affiliate links while browsing the products you like. Make money online easily

PongoShare Affiliate Link Toolคืออะไร?

PongoShare Affiliate Link Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pongoshare และคุณลักษณะหลักของมันคือ "Quickly create affiliate links while browsing the products you like. Make money online easily"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PongoShare Affiliate Link Tool

ดาวน์โหลดไฟล์ส่วนขยาย PongoShare Affiliate Link Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Pongoshare extension is a tool for making money online.

How it works?
1. After installing the extension, you need to log in. When you logged in, we can track the orders promoted by you and settle the commission for you.
2. While you browse sites such as Amazon, Aliexpress or other brand sites, if you find a product you like, copy the tracking link genetated in the extention and share the link to your friends or family members. They click the link and place an order, then you will get promotional commission of this order.
3. When you log in, our extension will determine whether the page you are browsing supports generating tracking link. It will light up for a supported page and you will be able to obtain tracking link, or remain gray for a not supported one. You can tell us your favorite sites and we will explore whether there is an opportunity to involve it into our affiliate network.
4. Check your account regularly to make withdrawals!

Such an useful tool, don’t you share it with your friends?                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PongoShare Affiliate Link Tool PongoShare Affiliate Link Tool
ID mehmjnoplnongdhfkmcpcklfofkkflnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pongoshare-affiliate-link/mehmjnoplnongdhfkmcpcklfofkkflnj
คำอธิบาย Quickly create affiliate links while browsing the products you like. Make money online easily
ขนาดไฟล์ 81.58 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 1.01
อัปเดตครั้งล่าสุด 2021-01-05
วันที่เผยแพร่ 2020-12-21
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Pongoshare
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PongoShare Affiliate Link Tool",
    "version": "1.01",
    "description": "Quickly create affiliate links while browsing the products you like. Make money online easily",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*.pongoshare.com\/*",
        "https:\/\/*.pongoshare.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/logo1.png",
            "24": "img\/logo1.png",
            "32": "img\/logo1.png"
        },
        "default_title": "PongoShare Affiliate Link Tool",
        "default_popup": "page\/popup.html"
    },
    "background": {
        "scripts": [
            "sources\/axios.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "sources\/stoast.js",
                "content-script.js",
                "sources\/axios.min.js",
                "sources\/clipboard.min.js"
            ],
            "css": [
                "page\/index.css"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "sources\/*"
    ],
    "icons": {
        "16": "img\/logo2.png",
        "24": "img\/logo2.png",
        "32": "img\/logo2.png",
        "48": "img\/logo2.png",
        "128": "img\/logo2.png"
    }
}