Tidings

Save articles from around the web to your Tidings newsletter.

O que é Tidings?

Tidings é uma extensão do Chrome desenvolvida por Tidings Company, LLC, e sua principal característica é "Save articles from around the web to your Tidings newsletter.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tidings

Baixe arquivos de extensão Tidings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Tidings Tidings
ID bnhgmpbkglolmjgboddgcbhbhplgcpmc
URL Oficial https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc
Descrição Save articles from around the web to your Tidings newsletter.
Tamanho do Arquivo 2.14 MB
Contagem de Instalações 63
Versão Atual 1.0.0.0
Última Atualização 2017-06-02
Data de Publicação 2017-06-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Tidings Company, LLC
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://tidings.com/privacy.html
Idiomas Suportados 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\/*"
    ]
}