Refinery89 Publisher Support Plugin

This tool is used to debug ad units or report any issue.

Refinery89 Publisher Support Pluginคืออะไร?

Refinery89 Publisher Support Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Refinery89 และคุณลักษณะหลักของมันคือ "This tool is used to debug ad units or report any issue."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Attention: This chrome extension will only work for registered Refinery89 partners and publishers. Login is required.

The Refinery89 AdUnit Debug Extension provides a comprehensive interface for publishers to easily create tickets for the Refinery89 support team with regards to our adunit positions on their websites. The plugin works in tandem with to our single tag solution and will automatically visualize and highlight the available adunits to facilitate the bug reporting process.

Features:

Report inappropriate ad content:

If you are seeing ads with inappropriate content, you can report this to us via this option. Our support team will receive details of the adunit and advertiser. We recommend you also provide a description of why this content is inappropriate so we can take suitable actions.

Request a review of an adunit:

In the case you are seeing an adunit malfunction please use this option. We will automatically receive a screenshot of the adunit, but please do provide a description of how you want us to modify the adunit. E.g., “change its position”, “add more spacing” or “change label text”

Request removal of an adunit:

If there are any positions you want to us to remove all together use this option.

Request new adunits:

When you feel like there is space for additional adunits on your website let us know. We will review your request and if approved automatically do the implementation for you.

About Refinery89:

We provide an optimized monetization solution suitable for publishers of all sizes. Our award-winning Single Tag Solution allows our experts to independently implement and optimize a personalized ad setup consisting of display, native and video ads. The demand is a combination of 15+ SSPs in a header bidding setup, 8 SSPs via Amazon TAM and Open Bidding + Google Ad Exchange. If you want to know more about our services for publishers, please reach out to [email protected]                    

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

ชื่อ Refinery89 Publisher Support Plugin Refinery89 Publisher Support Plugin
ID pahejefakcjkghnonjopcffpiodkjgfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refinery89-publisher-supp/pahejefakcjkghnonjopcffpiodkjgfj
คำอธิบาย This tool is used to debug ad units or report any issue.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 261
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2022-02-01
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Refinery89
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.refinery89.com
URL หน้าช่วยเหลือ https://refinery89.com/privacy-policy/
URL หน้านโยบายความเป็นส่วนตัว https://refinery89.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Refinery89 Publisher Support Plugin",
    "description": "This tool is used to debug ad units or report any issue.",
    "version": "1.7",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "world": "MAIN",
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/publisher.refinery89.com\/*",
        "https:\/\/publisher.refinery89.com\/*",
        "https:\/\/dev.publisher.refinery89.com\/*",
        "http:\/\/dev.publisher.refinery89.com\/*",
        ""
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "storage",
        "scripting"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}