Save and Backup My Emails by cloudHQ
Backup and archive emails in 3 steps
Save and Backup My Emails by cloudHQ क्या है?
Save and Backup My Emails by cloudHQ https://save-and-backup-my-emails.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Backup and archive emails in 3 steps"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save and Backup My Emails by cloudHQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Backup all of your emails in just 3 simple steps, and feel more secure and in control in case: - You leave your job - You switch email hosting services and need a new account - You upgrade to a G Suite email address instead of using a free “@gmail.com” email - You got hacked and you cannot access your account any more - You accidentally deleted emails With this tool, you'll get all your emails, email threads, and any attachments in a PDF format that you can download to your hard drive or your USB key. You'll feel confident when your emails are literally in your hands. cloudHQ. Helping professionals 1 click at a time.
एक्सटेंशन की मूल जानकारी
नाम | Save and Backup My Emails by cloudHQ |
ID | fkbapenokeefpiaefagkinjhadmhjgmg |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-and-backup-my-emails/fkbapenokeefpiaefagkinjhadmhjgmg |
विवरण | Backup and archive emails in 3 steps |
फ़ाइल का आकार | 190 KB |
स्थापना संख्या | 4,574 |
वर्तमान संस्करण | 1.1.0.13 |
अंतिम अपडेट | 2023-12-06 |
प्रकाशन तिथि | 2020-05-14 |
रेटिंग | 4.80/5 कुल 35 रेटिंग्स |
डेवलपर | https://save-and-backup-my-emails.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.save-and-backup-my-emails.com/ |
सहायता पृष्ठ URL | https://support.cloudhq.net |
गोपनीयता नीति पृष्ठ URL | https://www.cloudhq.net/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.cloodhq.net; object-src 'self' https:\/\/www.cloudhq.net", "web_accessible_resources": [ "javascripts\/*", "icons\/*" ], "name": "Save and Backup My Emails by cloudHQ", "short_name": "Save and Backup My Emails by cloudHQ", "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "converted_from_user_script": true, "background": { "persistent": true, "scripts": [ "javascripts\/background.js", "javascripts\/popup.js", "javascripts\/jquery-1.4.4.js", "javascripts\/jquery.json.js" ] }, "browser_action": { "default_icon": "icons\/gmail_save.png", "default_popup": "popup.html", "default_title": "Save My Emails" }, "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/file_browser.css", "stylesheets\/main_gmail_save.css" ], "include_globs": [], "js": [ "javascripts\/inboxsdk.js", "javascripts\/main_gmail_save_loader.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "version": "1.1.0.13", "description": "Backup and archive emails in 3 steps", "permissions": [ "storage", "background", "https:\/\/mail.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 2 } |