weekly.me

Add new posts to your weekly.me newsletter with one click!

Cos'è weekly.me?

weekly.me è un'estensione di Chrome sviluppata da sebastianstant, e la sua funzione principale è "Add new posts to your weekly.me newsletter with one click!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione weekly.me

Scarica i file di estensione weekly.me 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

                        weekly.me is a free platform to build & send weekly email newsletters to your subscribers.

The weekly.me Google Chrome extensions makes building your newsletters even easier. Simply click the extension icon to automatically prepare a new post for your newsletter, including a link & title to the web page you're currently viewing.                    

Informazioni di Base sull'Estensione

Nome weekly.me weekly.me
ID hpldmefgodbnhiabkllkakllihgnhjck
URL Ufficiale https://chromewebstore.google.com/detail/weeklyme/hpldmefgodbnhiabkllkakllihgnhjck
Descrizione Add new posts to your weekly.me newsletter with one click!
Dimensione del File 160 KB
Conteggio Installazioni 77
Versione Corrente 1.0
Ultimo Aggiornamento 2014-08-27
Data di Pubblicazione 2014-08-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore sebastianstant
Tipo di Pagamento free
Sito Web dell'Estensione http://weekly.me
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "weekly.me",
    "description": "Add new posts to your weekly.me newsletter with one click!",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}