Gmail Web Clipper by cloudHQ

Save websites, articles, etc. directy to Gmail

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

Το Gmail Web Clipper by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gmail-web-clipper.com, και η κύρια λειτουργία του είναι "Save websites, articles, etc. directy to Gmail".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Save anything you see from web articles, texts, and snippets, directly in your Gmail.

Free and simple. Give it a try today!

Plus - save anything you want from the web like: 

✔️ Articles, 
✔️ Texts, 
✔️ Images, and more! 

Everything is neatly saved in a Gmail label directly in your email. 

cloudHQ. Helping your productivity 1 click at a time.

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

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

Όνομα Gmail Web Clipper by cloudHQ Gmail Web Clipper by cloudHQ
ID lhdibejmgbogidlakonbbnebddbhgkld
Επίσημο URL https://chromewebstore.google.com/detail/gmail-web-clipper-by-clou/lhdibejmgbogidlakonbbnebddbhgkld
Περιγραφή Save websites, articles, etc. directy to Gmail
Μέγεθος Αρχείου 459 KB
Αριθμός Εγκαταστάσεων 4,906
Τρέχουσα Έκδοση 1.0.2.0
Τελευταία Ενημέρωση 2024-02-04
Ημερομηνία Δημοσίευσης 2020-05-11
Αξιολόγηση 4.70/5 Συνολικά 47 Αξιολογήσεις
Προγραμματιστής https://www.gmail-web-clipper.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gmail-web-clipper.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.cloudhq.net/category/browser-extensions/gmail-web-clipper/
URL της Σελίδας Πολιτικής Απορρήτου https://www.cloudhq.net/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Web Clipper by cloudHQ",
    "short_name": "Gmail Web Clipper by cloudHQ",
    "description": "Save websites, articles, etc. directy to Gmail",
    "version": "1.0.2.0",
    "author": "https:\/\/www.cloudhq.net",
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/border_bottom_animation.css"
            ],
            "include_globs": [],
            "matches": [
                ""
            ],
            "js": [],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/border_bottom_animation.css"
            ],
            "include_globs": [],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/gmail_web_clipper.png",
        "48": "icons\/gmail_web_clipper.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/gmail_web_clipper.png",
        "default_title": "Gmail Web Clipper by cloudHQ"
    }
}