Rename Email Subject by cloudHQ
Rename email subjects for Gmail.
Rename Email Subject by cloudHQ क्या है?
Rename Email Subject by cloudHQ https://www.rename-email.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rename email subjects for Gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rename Email Subject by cloudHQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension enables users to rename subject of your emails in Gmail. Here is how it works: - select the email or emails you wish to rename, - click on rename button, - write a new email subject. Have you ever received an email whose subject is very unclear, or gave you a different idea and you want to label it properly so that you can search for it more easily later on? We help you stay organized by letting you rename email subject headlines. - The sender won't know that you've changed the email subject (unless you reply back with the new subject line). - It can be used to break up a long conversation thread. - It's easy to remember what idea you thought of when you received an email by renaming it with that idea to refer back to later on. :) cloudHQ. Helping your productivity, 1 click at a time.
एक्सटेंशन की मूल जानकारी
नाम | Rename Email Subject by cloudHQ |
ID | miepnlkmnjdfcnkplikgackpobfmaifb |
आधिकारिक URL | https://chromewebstore.google.com/detail/rename-email-subject-by-c/miepnlkmnjdfcnkplikgackpobfmaifb |
विवरण | Rename email subjects for Gmail. |
फ़ाइल का आकार | 226 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.0.0.21 |
अंतिम अपडेट | 2021-06-13 |
प्रकाशन तिथि | 2020-05-10 |
रेटिंग | 4.44/5 कुल 116 रेटिंग्स |
डेवलपर | https://www.rename-email.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.rename-email.com/ |
सहायता पृष्ठ URL | https://support.cloudhq.net/category/browser-extensions/rename-email/ |
गोपनीयता नीति पृष्ठ 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.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net", "web_accessible_resources": [ "javascripts\/*", "icons\/*" ], "name": "Rename Email Subject by cloudHQ", "short_name": "Rename Email Subject by cloudHQ", "icons": { "128": "icons\/gmail_subject_rename.png", "48": "icons\/gmail_subject_rename.png" }, "browser_action": { "default_icon": "icons\/gmail_subject_rename.png" }, "converted_from_user_script": true, "background": { "persistent": true, "scripts": [ "javascripts\/jquery-1.4.4.js", "javascripts\/background.js" ] }, "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/main_gmail_rename_email.css" ], "include_globs": [], "js": [ "javascripts\/inboxsdk.js", "javascripts\/main_gmail_rename_email_loader.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ] } ], "version": "1.0.0.21", "description": "Rename email subjects for Gmail.", "permissions": [ "storage", "background", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 2 } |