Notes in Yandex.Mail — eZametka
Add notes to emails in Yandex.Mail
Notes in Yandex.Mail — eZametka क्या है?
Notes in Yandex.Mail — eZametka https://ezametka.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add notes to emails in Yandex.Mail"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notes in Yandex.Mail — eZametka एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows you to add a note to an email in the web version of Yandex.Mail. Features: 1. Add notes to emails. 2. Color setting for notes. For example, you can mark an important note in red. 3. View all added notes in one list. 4. Search by notes. 5. Note reminder: you can set the time and day for the reminder. On the appointed day and time, it will appear on the screen. How adding/editing/deleting notes works: 1. Open an email. At the top of an email, a field for entering the text of the note will appear. 2. Enter the note text. The text is saved automatically after a short period of time. 3. Navigate to the folder that contains this email. An icon will appear next to the subject of an email, which says that a note has been added to the email. 4. Hovering the mouse over the icon will show the text of the note. 5. To edit the note, go back to the email. 6. To delete a note, go to an email and clear the note entry field.
एक्सटेंशन की मूल जानकारी
नाम | Notes in Yandex.Mail — eZametka |
ID | nkjnpnlplfcmfeicfnclejojlkdknhhb |
आधिकारिक URL | https://chromewebstore.google.com/detail/notes-in-yandexmail-%E2%80%94-eza/nkjnpnlplfcmfeicfnclejojlkdknhhb |
विवरण | Add notes to emails in Yandex.Mail |
फ़ाइल का आकार | 146 KB |
स्थापना संख्या | 378 |
वर्तमान संस्करण | 1.3.5 |
अंतिम अपडेट | 2023-03-26 |
प्रकाशन तिथि | 2020-07-20 |
रेटिंग | 4.83/5 कुल 6 रेटिंग्स |
डेवलपर | https://ezametka.ru |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ezametka.ru/ |
गोपनीयता नीति पृष्ठ URL | http://hqsib.ru/privacy.html |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.3.5", "manifest_version": 3, "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "images\/16x16.png", "128": "images\/128x128.png" }, "action": { "default_icon": "images\/16x16.png" }, "permissions": [ "storage", "alarms", "notifications" ], "host_permissions": [ "*:\/\/dev.ezametka.ru\/*" ], "externally_connectable": { "matches": [ "https:\/\/ezametka.ru\/*" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/mail.yandex.ru\/*", "*:\/\/mail.yandex.com\/*", "*:\/\/mail.yandex.ua\/*", "*:\/\/mail.yandex.kz\/*", "*:\/\/mail.yandex.by\/*", "*:\/\/mail.yandex.fr\/*", "*:\/\/mail.yandex.az\/*", "*:\/\/mail.yandex.ee\/*", "*:\/\/mail.yandex.kg\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "*:\/\/mail.yandex.ru\/*", "*:\/\/mail.yandex.com\/*", "*:\/\/mail.yandex.ua\/*", "*:\/\/mail.yandex.kz\/*", "*:\/\/mail.yandex.by\/*", "*:\/\/mail.yandex.fr\/*", "*:\/\/mail.yandex.az\/*", "*:\/\/mail.yandex.ee\/*", "*:\/\/mail.yandex.kg\/*" ] } ] } |