Screenleap

All-in-one tool for sharing your screen and taking screenshots

Τι είναι το Screenleap;

Το Screenleap είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://screenleap.com, και η κύρια λειτουργία του είναι "All-in-one tool for sharing your screen and taking screenshots".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Screenleap

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

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

                        ALL-IN-ONE TOOL
The Screenleap extension allows you to easily share your screen and take screenshots all from one extension.

SCREEN SHARE
Easily share your screen to any web-enabled device. Your viewers don't need to install any software to view your screen. All they need to do is click on a link that you send them.

SCREEN CAPTURE UTILITY
Take a screenshot of any web page without leaving your browser. You can capture the whole browser window or a specific region.

★★★★★ Press ★★★★★

TechCrunch
"Screenleap works great!"

The Next Web
"I'm a big fan of services on the web that don't require me to sign up or install any software. YC company Screenleap fits the bill on both of these things."

CNET
"Screenleap offers a super easy way to share your screen to any device, or look at someone else's shared screen."

Lifehacker
"Just when you thought there were plenty of free web services that allow you to easily share your desktop with others, new webapp Screenleap simplifies screen sharing even further."                    

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

Όνομα Screenleap Screenleap
ID hpcipbhehomfgjbgnajdhiahhdeeffbg
Επίσημο URL https://chromewebstore.google.com/detail/screenleap/hpcipbhehomfgjbgnajdhiahhdeeffbg
Περιγραφή All-in-one tool for sharing your screen and taking screenshots
Μέγεθος Αρχείου 478 KB
Αριθμός Εγκαταστάσεων 12,631
Τρέχουσα Έκδοση 17.0.4
Τελευταία Ενημέρωση 2020-06-19
Ημερομηνία Δημοσίευσης 2020-06-19
Αξιολόγηση 3.52/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής https://screenleap.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.screenleap.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.screenleap.com/support
URL της Σελίδας Πολιτικής Απορρήτου http://www.screenleap.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenleap",
    "short_name": "Screenleap",
    "version": "17.0.4",
    "manifest_version": 2,
    "description": "All-in-one tool for sharing your screen and taking screenshots",
    "content_security_policy": "script-src 'self' https:\/\/www.screenleap.com https:\/\/d2e4kn0wu3avrd.cloudfront.net; object-src 'self'",
    "permissions": [
        "contextMenus",
        "tabs",
        "",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "sandbox": {
        "pages": [
            "templateCompiler.html"
        ]
    },
    "icons": {
        "16": "screenleap_icon_16_16.png",
        "48": "screenleap_icon_48_48.png",
        "128": "screenleap_icon_128_128.png"
    },
    "browser_action": {
        "default_icon": "screenleap_icon_19_19_off.png",
        "default_title": "Screenleap",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/chrome.google.com\/webstore\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "dispatchcontentscript.js",
                "contentscript.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/chrome.google.com\/webstore\/*"
            ],
            "all_frames": true,
            "js": [
                "dispatchcontentscript.js",
                "iframecontentscript.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.google.com\/calendar\/*"
            ],
            "js": [
                "gcal.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "gmail.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "js": [
                "slack.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "indicator.gif",
        "screenleap_icon_16_16.png",
        "screenleap_icon_19_19.png",
        "share_browser_window.png",
        "sprite.gif",
        "share_icons.png"
    ]
}