Online Webcam Snapshot for Google Drive
Take Picture and Video and optionally save it to Google Drive
Online Webcam Snapshot for Google Driveคืออะไร?
Online Webcam Snapshot for Google Drive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Free Software Extensions และคุณลักษณะหลักของมันคือ "Take Picture and Video and optionally save it to Google Drive"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online Webcam Snapshot for Google Drive
ดาวน์โหลดไฟล์ส่วนขยาย Online Webcam Snapshot for Google Drive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Install our software and take a screenshot using your webcam quickly! Its easy to use, we have an instruction manual once you have installed this software. Free WebCam Snapshot for Google Drive™ - take a quick screenshot with your web camera and save the image to Drive/save it to your computer. Online Webcam Snapshot for Drive™ is a popular and useful application to create selfie photos with your webcam at home. You can also create GIF images using our software extension for free. - 100% Free Software - Create Selfie Screenshots/Create GIFs using your web camera You can also rate our application. Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. This software is not owned by, is not licensed by and is not a subsidiary of Google Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Online Webcam Snapshot for Google Drive |
ID | phbdhkbmllabimhlgjgefjnjfeeadeol |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/online-webcam-snapshot-fo/phbdhkbmllabimhlgjgefjnjfeeadeol |
คำอธิบาย | Take Picture and Video and optionally save it to Google Drive |
ขนาดไฟล์ | 171 KB |
จำนวนการติดตั้ง | 6,308 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-09-29 |
วันที่เผยแพร่ | 2020-04-01 |
คะแนน | 3.89/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | Free Software Extensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freebusinessapps.net/privacy |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "version": "3.0.0", "icons": { "512": "icon-512.png", "256": "icon-256.png", "192": "icon-192.png", "128": "icon-128.png", "96": "icon-96.png", "72": "icon-72.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png", "16": "icon-16.png" }, "action": { "default_icon": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png" } }, "default_locale": "en", "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "identity" ], "offline_enabled": true, "container": [ "GOOGLE_DRIVE" ], "homepage_url": "https:\/\/wc-snapshot.dllplayer.com", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk7f4RJGlHUAtU8GsJQaTW\/75AMWmEP08u\/7HtQOjN74RDqHMj+54ROH08Z4Lanr1f7F3R8xlj1DFHRm39vxWhdstojlGKuuV\/+2TO0s3QUMcjswwfLgyMogXZgyno6n0+kN2AlSDfxmPEqOkpFGES9s8jvSVDepOb21IGgIfsrFAvAiMCkKqeMih1W01mCHRp5XE99w53UGCY0wMuPDKWd8Ck8MPdY0cEulx5CtP+p9u5Y+aSbsG14mi412etfTwMzYTiGGvkhEryaylGczquBvVjVqyKl4W4J9gexA+TZw1xGLY6XbdeZcTIgtzThjzbnwDur\/0mcokymi8tvYQRQIDAQAB" } |