MediaRadar Mockup Extension

Captures any web page

MediaRadar Mockup Extensionคืออะไร?

MediaRadar Mockup Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MediaRadar และคุณลักษณะหลักของมันคือ "Captures any web page"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MediaRadar Mockup Extension

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

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

                        MediaRadar is a growth enablement platform that distills advertising data into actionable insights and advice.

MediaRadar offers comprehensive ad analysis for over 3.1 million brands across multiple media platforms including TV, digital, mobile, email, social media, print and more. Our 2,200+ clients enjoy unmatched quality and award-winning customer service to help them identify new prospects, create bulletproof pitches, and grow their business.

This plugin allows MediaRadar customers to take a screenshot for any website and use it to add a beautiful visualization to customer proposals. Design using our Mock-Up editor and send directly from MediaRadar!

Requirements: 

Google Chrome v 58 or greater                    

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

ชื่อ MediaRadar Mockup Extension MediaRadar Mockup Extension
ID njadicgoblommgkienphdkglmhpmfeii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mediaradar-mockup-extensi/njadicgoblommgkienphdkglmhpmfeii
คำอธิบาย Captures any web page
ขนาดไฟล์ 2.53 MB
จำนวนการติดตั้ง 574
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2022-09-20
วันที่เผยแพร่ 2019-03-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา MediaRadar
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://mediaradar.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MediaRadar Mockup Extension",
    "description": "Captures any web page",
    "version": "1.1.4",
    "background": {
        "scripts": [
            "js\/thirdParty\/browser-polyfill.min.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/your.domain.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/thirdParty\/browser-polyfill.min.js",
                "js\/contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/mediaradar-16-on.png",
            "48": "assets\/icons\/mediaradar-48-on.png"
        },
        "default_title": "MediaRadar Screenshot Tool",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
    "incognito": "spanning"
}