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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://programa.com.au และคุณลักษณะหลักของมันคือ "The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Programa Web Clipper

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

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

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