MediaRadar Mockup Extension

Captures any web page

MediaRadar Mockup Extension란 무엇입니까?

MediaRadar Mockup Extension은(는) MediaRadar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Captures any web page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MediaRadar Mockup Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}