Gmail Screenshot by cloudHQ

Take a screenshot, annotate it, and send it directly from Gmail

Τι είναι το Gmail Screenshot by cloudHQ;

Το Gmail Screenshot by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gmail-screenshot.com, και η κύρια λειτουργία του είναι "Take a screenshot, annotate it, and send it directly from Gmail".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gmail Screenshot by cloudHQ

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

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

                        This is a lightweight Chrome extension that will let you screenshot anything you see on your screen, so you can do any of the following on your screen capture:

☑︎  Write text
☑︎  Crop
☑︎  Use arrows
☑︎  Pixelate sensitive information 
☑︎  Include rectangular boxes or lines
☑︎  Get a link of your marked up image to send to anyone!
☑︎  Share and collaborate on screenshots
☑︎  Full Gmail email message and email conversation screenshots 
☑︎  Forward email messages or email conversations as screenshots 
☑︎  Save screenshots to Google Drive, Dropbox, Box
☑︎  Save screenshots as PDF

This is an excellent communication tool for any graphic designers, remote teams, project leaders, and more! 

cloudHQ. Helping your productivity, 1 click at a time.

🔥🔥🔥 Read more about our latest updates: https://blog.cloudhq.net/new-do-more-with-gmail-screenshots-free/

Website: https://www.gmail-screenshot.com/
Pricing: https://www.gmail-screenshot.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/gmail-screenshot/
Blog: https://blog.cloudhq.net                    

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

Όνομα Gmail Screenshot by cloudHQ Gmail Screenshot by cloudHQ
ID boepdnhlmfleonjnaoaemgcggppoikog
Επίσημο URL https://chromewebstore.google.com/detail/gmail-screenshot-by-cloud/boepdnhlmfleonjnaoaemgcggppoikog
Περιγραφή Take a screenshot, annotate it, and send it directly from Gmail
Μέγεθος Αρχείου 530 KB
Αριθμός Εγκαταστάσεων 24,663
Τρέχουσα Έκδοση 1.2.1.8
Τελευταία Ενημέρωση 2023-06-13
Ημερομηνία Δημοσίευσης 2020-05-17
Αξιολόγηση 4.68/5 Συνολικά 92 Αξιολογήσεις
Προγραμματιστής https://www.gmail-screenshot.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gmail-screenshot.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.cloudhq.net/tag/gmail-screenshot/
URL της Σελίδας Πολιτικής Απορρήτου https://www.cloudhq.net/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "stylesheets\/*",
        "icons\/*"
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.3.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.orecons.com\/*",
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/darkroom.css",
                "stylesheets\/popover.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_screenshot_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "commands": {
        "start_desktop_screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "mac": "Command+Shift+8"
            },
            "global": true,
            "description": "Start desktop screenshot"
        },
        "start_screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            },
            "description": "Capture page"
        },
        "start_delayed_screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            },
            "description": "Timed page capture"
        },
        "start_selected_screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+7",
                "mac": "Command+Shift+7"
            },
            "description": "Capture selected area"
        }
    },
    "browser_action": {
        "default_icon": "icons\/gmail_screenshot.png",
        "default_popup": "popup.html"
    },
    "version": "1.2.1.8",
    "description": "__MSG_appDetail__",
    "permissions": [
        "storage",
        "background",
        "desktopCapture",
        "tabs",
        "activeTab",
        "https:\/\/mail.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}