Go Editorial Calendar
Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.
Go Editorial Calendar란 무엇입니까?
Go Editorial Calendar은(는) http://pushingsocial.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post."입니다.
확장 프로그램 스크린샷
Go Editorial Calendar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | fiikamngbmfmlondlgfbhchmmfjphafm |
공식 URL | https://chrome.google.com/webstore/detail/go-editorial-calendar/fiikamngbmfmlondlgfbhchmmfjphafm |
설명 | Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post. |
파일 크기 | 4.89 MB |
설치 횟수 | 93 |
현재 버전 | 3.0 |
최근 업데이트 | 2014-08-30 |
출시 날짜 | 2014-08-30 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | http://pushingsocial.com |
결제 유형 | free |
지원되는 언어 | 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 } |