Tidings
Save articles from around the web to your Tidings newsletter.
Tidings क्या है?
Tidings Tidings Company, LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save articles from around the web to your Tidings newsletter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tidings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Tidings Chrome Extension allows customers to quickly and easily build an email newsletter by saving articles from around the web with a single click. Each article you save will be automatically added to your next newsletter, using the same custom-branded mobile-friendly formatting used in all Tidings-powered newsletters. Just save interesting articles you come across, and the next time you log in to your Tidings account, they'll be waiting for you. (You'll have the ability to adjust the title and description prior to sending the actual newsletter to your subscribers.)
एक्सटेंशन की मूल जानकारी
नाम | Tidings |
ID | bnhgmpbkglolmjgboddgcbhbhplgcpmc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc |
विवरण | Save articles from around the web to your Tidings newsletter. |
फ़ाइल का आकार | 2.14 MB |
स्थापना संख्या | 63 |
वर्तमान संस्करण | 1.0.0.0 |
अंतिम अपडेट | 2017-06-02 |
प्रकाशन तिथि | 2017-06-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Tidings Company, LLC |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://tidings.com/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tidings", "short_name": "Tidings", "author": "Tidings Company LLC", "description": "Save articles from around the web to your Tidings newsletter.", "version": "1.0.0.0", "homepage_url": "https:\/\/tidings.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "browser_action": { "default_icon": "images\/[email protected]", "default_title": "Save to Tidings" }, "icons": { "48": "images\/[email protected]" }, "permissions": [ "activeTab", "cookies", "storage", "https:\/\/app.tidings.com\/*" ] } |