Programa Web Clipper

The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…

Programa Web Clipper란 무엇입니까?

Programa Web Clipper은(는) https://programa.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Programa Web Clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your Schedules. The Programa Web Clipper is free and works with all account types.                    

확장 프로그램 기본 정보

이름 Programa Web Clipper Programa Web Clipper
ID lbeieofginbjinflccjechojbmlbcdjj
공식 URL https://chromewebstore.google.com/detail/programa-web-clipper/lbeieofginbjinflccjechojbmlbcdjj
설명 The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…
파일 크기 185 KB
설치 횟수 6,000
현재 버전 2.2.0
최근 업데이트 2024-01-24
출시 날짜 2020-11-08
평점 5.00/5 총 2 개의 평점
개발자 https://programa.com.au
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.programa.com.au
도움말 페이지 URL https://intercom.help/programa/en/collections/3131953-webclipper
개인정보 보호 정책 페이지 URL https://intercom.help/programa/en/articles/5564894-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2.0",
    "name": "Programa Web Clipper",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Programa Web Clipper",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/app.programa.com.au\/*",
        "https:\/\/*.programa-alpha.com\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/app.programa.design\/*",
        "https:\/\/app.qa.programa.design\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "clipper.html",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}