Go Editorial Calendar
Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.
¿Qué es Go Editorial Calendar?
Go Editorial Calendar es una extensión de Chrome desarrollada por http://pushingsocial.com, y su función principal es "Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Go Editorial Calendar
Descarga archivos de extensión Go Editorial Calendar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | fiikamngbmfmlondlgfbhchmmfjphafm |
URL Oficial | https://chrome.google.com/webstore/detail/go-editorial-calendar/fiikamngbmfmlondlgfbhchmmfjphafm |
Descripción | Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post. |
Tamaño del Archivo | 4.89 MB |
Cantidad de Instalaciones | 93 |
Versión Actual | 3.0 |
Última Actualización | 2014-08-30 |
Fecha de Publicación | 2014-08-30 |
Calificación | 4.00/5 Total de 3 Calificaciones |
Desarrollador | http://pushingsocial.com |
Tipo de Pago | free |
Idiomas Soportados | 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 } |