Programa Web Clipper

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

What is Programa Web Clipper?

Programa Web Clipper is a Chrome extension developed by https://programa.com.au, and its main feature is "The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…".

Extension Screenshots

screenshot
screenshot

Download Programa Web Clipper Extension CRX File

Download Programa Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Programa Web Clipper Programa Web Clipper
ID lbeieofginbjinflccjechojbmlbcdjj
Official URL https://chromewebstore.google.com/detail/programa-web-clipper/lbeieofginbjinflccjechojbmlbcdjj
Description The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…
File Size 185 KB
Installation Count 6,000
Current Version 2.2.0
Last Updated 2024-01-24
Publish Date 2020-11-08
Rating 5.00/5 Total 2 Ratings
Developer https://programa.com.au
Email [email protected]
Payment Type free
Extension Website https://www.programa.com.au
Help Page URL https://intercom.help/programa/en/collections/3131953-webclipper
Privacy Policy Page URL https://intercom.help/programa/en/articles/5564894-privacy-policy
Supported Languages 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'"
    }
}