Alice Keeler Webcam Snapshot

Take webcam snapshots and saves them into Google Drive.

Alice Keeler Webcam Snapshot là gì?

Alice Keeler Webcam Snapshot là một tiện ích mở rộng Chrome được phát triển bởi AliceKeeler, và tính năng chính của nó là "Take webcam snapshots and saves them into Google Drive.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alice Keeler Webcam Snapshot

Tải xuống các tệp mở rộng Alice Keeler Webcam Snapshot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Use the webcam to take a snapshot. Images are saved to a folder in Google Drive and the link to the screenshot is copied to your clipboard. Suggestion to change the sharing permissions on the folder in Google Drive to "Anyone with the link can view" when wanting to share the URL to the image.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alice Keeler Webcam Snapshot Alice Keeler Webcam Snapshot
ID nfiekeidmabgihoefbofbeepmcdglhji
URL Chính Thức https://chrome.google.com/webstore/detail/alice-keeler-webcam-snaps/nfiekeidmabgihoefbofbeepmcdglhji
Mô tả Take webcam snapshots and saves them into Google Drive.
Kích Thước Tệp 33.85 KB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 1.0.92
Cập Nhật Lần Cuối 2021-04-17
Ngày Phát Hành 2019-03-23
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển AliceKeeler
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://alicekeeler.com
URL Trang Trợ Giúp https://docs.google.com/document/d/1spcx2BLNIUvoxmLm8xsBKD_dEP6JDJks2TkyGgxaTmk/edit?usp=sharing
URL Trang Chính Sách Bảo Mật https://alicekeeler.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.92",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "identity",
        "activeTab",
        "tabs",
        ""
    ],
    "oauth2": {
        "client_id": "805195903806-ego5q5p10s2cicc3rlgkvgllaaa0ponv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Webcam Snapshot",
        "default_popup": "popup.html"
    }
}