Go Editorial Calendar
Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.
Cos'è Go Editorial Calendar?
Go Editorial Calendar è un'estensione di Chrome sviluppata da http://pushingsocial.com, e la sua funzione principale è "Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Go Editorial Calendar
Scarica i file di estensione Go Editorial Calendar 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
Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post. The tab also helps you quickly capture new blog post ideas with an easy to use Blog Post Idea tool/ Keeping your blog post title in front of you will give you the gentle nudge you need to publish your next post. Features - Quickly record the title of the post you want to focus on - Simply click and type to record new blog post ideas by just opening a new tab - Get the weather forecast for your area - Get free access to blog strategy, marketing, and monetization resources from PushingSocial.com
Informazioni di Base sull'Estensione
Nome | |
ID | fiikamngbmfmlondlgfbhchmmfjphafm |
URL Ufficiale | https://chrome.google.com/webstore/detail/go-editorial-calendar/fiikamngbmfmlondlgfbhchmmfjphafm |
Descrizione | Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post. |
Dimensione del File | 4.89 MB |
Conteggio Installazioni | 93 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2014-08-30 |
Data di Pubblicazione | 2014-08-30 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | http://pushingsocial.com |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go Editorial Calendar", "version": "3.0", "description": "Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.", "icons": { "128": "images\/GoEdCal.png" }, "homepage_url": "http:\/\/www.pushingsocial.com\/", "incognito": "split", "chrome_url_overrides": { "newtab": "PSTab.html" }, "background": { "scripts": [ "js\/jquery-1.11.0.min.js", "js\/PSNewTab_background.js" ] }, "permissions": [ "storage", "tabs", "geolocation", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/query.yahooapis.com https:\/\/www.google.com\/; object-src 'self' 'unsafe-eval' ", "manifest_version": 2 } |