Tidings

Save articles from around the web to your Tidings newsletter.

Τι είναι το Tidings;

Το Tidings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tidings Company, LLC, και η κύρια λειτουργία του είναι "Save articles from around the web to your Tidings newsletter.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tidings

Λήψη αρχείων επέκτασης Tidings σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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\/*"
    ]
}