Tidings
Save articles from around the web to your Tidings newsletter.
Cos'è Tidings?
Tidings è un'estensione di Chrome sviluppata da Tidings Company, LLC, e la sua funzione principale è "Save articles from around the web to your Tidings newsletter.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tidings
Scarica i file di estensione Tidings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.)
Informazioni di Base sull'Estensione
Nome | Tidings |
ID | bnhgmpbkglolmjgboddgcbhbhplgcpmc |
URL Ufficiale | https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc |
Descrizione | Save articles from around the web to your Tidings newsletter. |
Dimensione del File | 2.14 MB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.0.0.0 |
Ultimo Aggiornamento | 2017-06-02 |
Data di Pubblicazione | 2017-06-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Tidings Company, LLC |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://tidings.com/privacy.html |
Lingue Supportate | 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\/*" ] } |