SEO for GoogleDocs by StoryChief

StoryChief extension for Chrome

SEO for GoogleDocs by StoryChief란 무엇입니까?

SEO for GoogleDocs by StoryChief은(는) https://storychief.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "StoryChief extension for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SEO for GoogleDocs by StoryChief 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        When you’re creating content it’s extremely important to make sure the copy is well optimized for search engines in order to attract more and more visitors to your website over time.
There are of course some technical rules to apply when doing so, but all you want to do is write and not taking care of technical stuff, right?
That's why we've created an SEO tool for Google Docs , so we take care of all the technical rules for you!

Simply start writing in Google Docs, open the extension, put in your keyword and there you go! Now you have a list of all the SEO changes you can apply to make your text even better. 

Not only does it come with an SEO check, but there's a readability check in there as well. This section will make sure that your story is easy to digest for your readers. A critical part of the writing process!

Enjoy your new way of writing in Google Docs with our SEO tool for Google Docs, powered by StoryChief.                    

확장 프로그램 기본 정보

이름 SEO for GoogleDocs by StoryChief SEO for GoogleDocs by StoryChief
ID gondaoakodiajabjdckonfejbpfapeaj
공식 URL https://chromewebstore.google.com/detail/seo-for-googledocs-by-sto/gondaoakodiajabjdckonfejbpfapeaj
설명 StoryChief extension for Chrome
파일 크기 1.11 MB
설치 횟수 1,411
현재 버전 1.1
최근 업데이트 2020-10-21
출시 날짜 2020-02-02
평점 4.75/5 총 8 개의 평점
개발자 https://storychief.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://storychief.io/
도움말 페이지 URL https://help.storychief.io/en/
개인정보 보호 정책 페이지 URL https://storychief.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO for GoogleDocs by StoryChief",
    "version": "1.1",
    "minimum_chrome_version": "70",
    "description": "StoryChief extension for Chrome",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "hot-reload.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "js": [
                "cs.js"
            ],
            "css": [
                "cs.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/logo.png"
    ],
    "page_action": {
        "default_icon": "images\/favicon.png",
        "default_title": "Open StoryChief Dashboard"
    },
    "icons": {
        "16": "images\/favicon.png",
        "48": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "manifest_version": 2
}