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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pushingsocial.com และคุณลักษณะหลักของมันคือ "Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go Editorial Calendar

ดาวน์โหลดไฟล์ส่วนขยาย Go Editorial Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Go Editorial Calendar Go Editorial Calendar
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
}