SEO helper

helps with tasks like seeing if a page is indexable

SEO helper là gì?

SEO helper là một tiện ích mở rộng Chrome được phát triển bởi https://valentin.app, và tính năng chính của nó là "helps with tasks like seeing if a page is indexable".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SEO helper

Tải xuống các tệp mở rộng SEO helper 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

                        SEO helper shows wether the current page can be indexed by Google or not and wether links will be follow or not.

release log:
v2.0 now with several new features like including status codes, redirects, robots.txt and canonical
v1.3 several bugfixes (including meta tag in body)
v1.2 now accounts for uppercase                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SEO helper SEO helper
ID dcjpekmglilnkcbaocogljaiinepdjbm
URL Chính Thức https://chromewebstore.google.com/detail/seo-helper/dcjpekmglilnkcbaocogljaiinepdjbm
Mô tả helps with tasks like seeing if a page is indexable
Kích Thước Tệp 191 KB
Số Lần Cài Đặt 247
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-12-03
Ngày Phát Hành 2018-12-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://valentin.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://valentin.app/robotsmeta.html
URL Trang Trợ Giúp https://twitter.com/VorticonCmdr
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html",
        "default_title": "SEO helper",
        "name": "SEO helper"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "description": "helps with tasks like seeing if a page is indexable",
    "manifest_version": 2,
    "name": "SEO helper",
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation",
        "tabs",
        ""
    ],
    "version": "2.0"
}