Tidings

Save articles from around the web to your Tidings newsletter.

Qu'est-ce que Tidings ?

Tidings est une extension Chrome développée par Tidings Company, LLC, et sa fonction principale est "Save articles from around the web to your Tidings newsletter.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tidings

Téléchargez les fichiers d'extension Tidings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.)                    

Informations de Base sur l'Extension

Nom Tidings Tidings
ID bnhgmpbkglolmjgboddgcbhbhplgcpmc
URL Officiel https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc
Description Save articles from around the web to your Tidings newsletter.
Taille du Fichier 2.14 MB
Nombre d'Installations 63
Version Actuelle 1.0.0.0
Dernière Mise à Jour 2017-06-02
Date de Publication 2017-06-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur Tidings Company, LLC
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://tidings.com/privacy.html
Langues Prises en Charge 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\/*"
    ]
}