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'est-ce que Go Editorial Calendar ?
Go Editorial Calendar est une extension Chrome développée par http://pushingsocial.com, et sa fonction principale est "Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Go Editorial Calendar
Téléchargez les fichiers d'extension Go Editorial Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | fiikamngbmfmlondlgfbhchmmfjphafm |
URL Officiel | https://chrome.google.com/webstore/detail/go-editorial-calendar/fiikamngbmfmlondlgfbhchmmfjphafm |
Description | Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post. |
Taille du Fichier | 4.89 MB |
Nombre d'Installations | 93 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2014-08-30 |
Date de Publication | 2014-08-30 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | http://pushingsocial.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |