Publisher Discovery

Instant analysis on any website that shows affiliate links; click to see the networks, partners and contact details.

Publisher Discoveryคืออะไร?

Publisher Discovery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Publisher Discovery และคุณลักษณะหลักของมันคือ "Instant analysis on any website that shows affiliate links; click to see the networks, partners and contact details."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Publisher Discovery

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

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

                        Instant analysis on any website shows any affiliate links; the extension shows their networks, advertising partners and contact details in your browser toolbar.

Publisher Discovery is the ultimate affiliate partnership intelligence platform, giving users analysis from 3.5 million websites with links to over 570,000 advertisers worldwide. 

Affiliate relationships for any website are shown in the pinned app, showing details of their partnerships and contact details where available.

Features:
Partnerships - see how many advertisers a website links to 
Contacts - see the social and email contact details in the extension
Saved Publisher - save the details to your account for further analysis

Privacy Practices
Publisher Discovery - Affiliate Intelligence has disclosed the following information regarding the collection and usage of your data. More detailed information can be found in the publisher's privacy policy (https://www.publisherdiscovery.com/privacy-policy/ ).                    

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

ชื่อ Publisher Discovery Publisher Discovery
ID cgikbmpnchlhjohhbglcpcahabbjboan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/publisher-discovery/cgikbmpnchlhjohhbglcpcahabbjboan
คำอธิบาย Instant analysis on any website that shows affiliate links; click to see the networks, partners and contact details.
ขนาดไฟล์ 507 KB
จำนวนการติดตั้ง 599
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2023-05-16
วันที่เผยแพร่ 2021-05-20
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Publisher Discovery
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.publisherdiscovery.com
URL หน้าช่วยเหลือ https://publisherdiscovery.zendesk.com/hc/en-gb
URL หน้านโยบายความเป็นส่วนตัว https://www.publisherdiscovery.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.6",
    "manifest_version": 3,
    "name": "Publisher Discovery",
    "description": "Instant analysis on any website that shows affiliate links; click to see the networks, partners and contact details.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlfbdKjnib3PE\/x62LxccybT\/+YJZeWHHrXU9R8ETfM3lo9\/VzdbRk+6MVPEQ9d6hTGC0V8ZUK6lozE\/ipSw6F3PEtXrqbiu4DEVXSUZSVNUb99K1ePNO+uOicEqL51yWgmbWIAcRSo19q6qx9yAYwr+IP+cJd\/Tu9+MbjxqMeSjv1IAohRBQMzaPa+J77QgTvyMjFKuDa\/pf5zBgdGA5zbHJQni3pPxdesuhAJgEM5mSYCCgxT\/q1R7iqndPd2JOjFQRdTpmgjEtbZU6mJg2EjNepjFE7GIgcBNm5JtDtu7aF6zVD\/eNbqhVBIJdQ1zlluWa6ORO2aXpNNlsLEyaLwIDAQAB",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "pd-icon-32-rounded.png"
    },
    "icons": {
        "32": "pd-icon-32-rounded.png",
        "48": "pd-icon-48-rounded.png",
        "128": "pd-icon-128-rounded.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pd-icon-32-rounded.png",
                "popup.html",
                "popup.bundle.js",
                "contentScript.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "https:\/\/www.linkedin.com\/uas\/oauth2\/authorization\/*"
    ]
}