Tidings
Save articles from around the web to your Tidings newsletter.
Vad är Tidings?
Tidings är en Chrome-tillägg utvecklad av Tidings Company, LLC, och dess huvudfunktion är "Save articles from around the web to your Tidings newsletter.".
Tilläggsskärmbilder
Ladda ner Tidings-förlängningens CRX-fil
Ladda ner Tidings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.)
Grundläggande Information om Tillägg
Namn | Tidings |
ID | bnhgmpbkglolmjgboddgcbhbhplgcpmc |
Officiell webbadress | https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc |
Beskrivning | Save articles from around the web to your Tidings newsletter. |
Filstorlek | 2.14 MB |
Antal Installationer | 63 |
Aktuell Version | 1.0.0.0 |
Senast Uppdaterad | 2017-06-02 |
Publiceringsdatum | 2017-06-02 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Tidings Company, LLC |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://tidings.com/privacy.html |
Stödda Språk | 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\/*" ] } |