SEO for GoogleDocs by StoryChief

StoryChief extension for Chrome

Τι είναι το SEO for GoogleDocs by StoryChief;

Το SEO for GoogleDocs by StoryChief είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://storychief.io, και η κύρια λειτουργία του είναι "StoryChief extension for Chrome".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SEO for GoogleDocs by StoryChief

Λήψη αρχείων επέκτασης SEO for GoogleDocs by StoryChief σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
}