Rename Email Subject by cloudHQ

Rename email subjects for Gmail.

Co to jest Rename Email Subject by cloudHQ?

Rename Email Subject by cloudHQ to rozszerzenie Chrome opracowane przez https://www.rename-email.com, a jego główną funkcją jest „Rename email subjects for Gmail.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Rename Email Subject by cloudHQ

Pobierz pliki rozszerzeń Rename Email Subject by cloudHQ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rename Email Subject by cloudHQ Rename Email Subject by cloudHQ
ID miepnlkmnjdfcnkplikgackpobfmaifb
Oficjalny URL https://chromewebstore.google.com/detail/rename-email-subject-by-c/miepnlkmnjdfcnkplikgackpobfmaifb
Opis Rename email subjects for Gmail.
Rozmiar pliku 226 KB
Liczba instalacji 10,000
Aktualna Wersja 1.0.0.21
Ostatnia Aktualizacja 2021-06-13
Data Publikacji 2020-05-10
Ocena 4.44/5 Łącznie 116 Oceny
Deweloper https://www.rename-email.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.rename-email.com/
Adres URL Strony Pomocy https://support.cloudhq.net/category/browser-extensions/rename-email/
Adres URL Strony Polityki Prywatności https://www.cloudhq.net/privacy
Obsługiwane Języki 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
}