Zi Screen

Browser screen shot, add task in trello

Zi Screenคืออะไร?

Zi Screen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zzzwebit และคุณลักษณะหลักของมันคือ "Browser screen shot, add task in trello"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zi Screen

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

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

                        Zi Screen is a handy, modern service that allows to share  screenshots instantly via the Internet for IT Team. Create visual proofs for bug reports, add it in Trello or share. Capture entire webpage at once with Zi Screen extension for Chrome.                    

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

ชื่อ Zi Screen Zi Screen
ID aaljegneefjgmnkomeomkaoiledhgjcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zi-screen/aaljegneefjgmnkomeomkaoiledhgjcl
คำอธิบาย Browser screen shot, add task in trello
ขนาดไฟล์ 259 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-08-19
วันที่เผยแพร่ 2021-07-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา zzzwebit
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ziscreen.com/
URL หน้าช่วยเหลือ https://ziscreen.com/support
URL หน้านโยบายความเป็นส่วนตัว https://ziscreen.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "Zi Screen",
    "short_name": "ziscreen",
    "manifest_version": 3,
    "description": "Browser screen shot, add task in trello",
    "action": {
        "default_title": "Click to get an screen"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "inject.js",
                "build.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/fav-16.png",
        "32": "img\/fav-32.png",
        "48": "img\/fav-48.png",
        "96": "img\/fav-96.png",
        "128": "img\/fav-128.png",
        "256": "img\/fav-256.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}