Alice Keeler Webcam Snapshot

Take webcam snapshots and saves them into Google Drive.

Τι είναι το Alice Keeler Webcam Snapshot;

Το Alice Keeler Webcam Snapshot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AliceKeeler, και η κύρια λειτουργία του είναι "Take webcam snapshots and saves them into Google Drive.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Alice Keeler Webcam Snapshot

Λήψη αρχείων επέκτασης Alice Keeler Webcam Snapshot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Alice Keeler Webcam Snapshot Alice Keeler Webcam Snapshot
ID nfiekeidmabgihoefbofbeepmcdglhji
Επίσημο URL https://chrome.google.com/webstore/detail/alice-keeler-webcam-snaps/nfiekeidmabgihoefbofbeepmcdglhji
Περιγραφή Take webcam snapshots and saves them into Google Drive.
Μέγεθος Αρχείου 33.85 KB
Αριθμός Εγκαταστάσεων 50,000
Τρέχουσα Έκδοση 1.0.92
Τελευταία Ενημέρωση 2021-04-17
Ημερομηνία Δημοσίευσης 2019-03-23
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής AliceKeeler
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://alicekeeler.com
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.google.com/document/d/1spcx2BLNIUvoxmLm8xsBKD_dEP6JDJks2TkyGgxaTmk/edit?usp=sharing
URL της Σελίδας Πολιτικής Απορρήτου https://alicekeeler.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    }
}