Tidings

Save articles from around the web to your Tidings newsletter.

Apa itu Tidings?

Tidings adalah ekstensi Chrome yang dikembangkan oleh Tidings Company, LLC, dan fitur utamanya adalah "Save articles from around the web to your Tidings newsletter.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tidings

Unduh file ekstensi Tidings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Tidings Tidings
ID bnhgmpbkglolmjgboddgcbhbhplgcpmc
URL Resmi https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc
Deskripsi Save articles from around the web to your Tidings newsletter.
Ukuran File 2.14 MB
Jumlah Instalasi 63
Versi Saat Ini 1.0.0.0
Terakhir Diperbarui 2017-06-02
Tanggal Publikasi 2017-06-02
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Tidings Company, LLC
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://tidings.com/privacy.html
Bahasa yang Didukung 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\/*"
    ]
}