SEO for GoogleDocs by StoryChief
StoryChief extension for Chrome
SEO for GoogleDocs by StoryChief là gì?
SEO for GoogleDocs by StoryChief là một tiện ích mở rộng Chrome được phát triển bởi https://storychief.io, và tính năng chính của nó là "StoryChief extension for Chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SEO for GoogleDocs by StoryChief
Tải xuống các tệp mở rộng SEO for GoogleDocs by StoryChief dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SEO for GoogleDocs by StoryChief |
ID | gondaoakodiajabjdckonfejbpfapeaj |
URL Chính Thức | https://chromewebstore.google.com/detail/seo-for-googledocs-by-sto/gondaoakodiajabjdckonfejbpfapeaj |
Mô tả | StoryChief extension for Chrome |
Kích Thước Tệp | 1.11 MB |
Số Lần Cài Đặt | 1,411 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-10-21 |
Ngày Phát Hành | 2020-02-02 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://storychief.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://storychief.io/ |
URL Trang Trợ Giúp | https://help.storychief.io/en/ |
URL Trang Chính Sách Bảo Mật | https://storychief.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |