The 15-Minute SEO Audit

This extension looks for common SEO issues in the current web page.

The 15-Minute SEO Auditとは何ですか?

The 15-Minute SEO Auditはhttps://ranksense.comによって開発されたChromeの拡張機能で、その主な機能は「This extension looks for common SEO issues in the current web page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

The 15-Minute SEO Audit拡張機能のCRXファイルをダウンロード

The 15-Minute SEO Audit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension adds automatic SEO issue detection to Chrome Developer Tools. It specifically lists issues related to: 1. Canonicalization, 2. Pagination, 3.Meta Tags, 4. Headings, 5. Links, 6. Images, 7. Videos, 8. Internationalization, 9. Rich Snippets, 10. Mobile                    

拡張機能の基本情報

名前 The 15-Minute SEO Audit The 15-Minute SEO Audit
ID amchhjaeingdimeejiicfkmingnanlbk
公式URL https://chromewebstore.google.com/detail/the-15-minute-seo-audit/amchhjaeingdimeejiicfkmingnanlbk
説明 This extension looks for common SEO issues in the current web page.
ファイルサイズ 1.1 MB
インストール数 835
現在のバージョン 2.0.0.43
最終更新日 2020-08-20
公開日 2020-07-03
評価 4.00/5 合計 4 レビュー
開発者 https://ranksense.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.ranksense.com
プライバシーポリシーページのURL https://www.ranksense.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The 15-Minute SEO Audit",
    "short_name": "RankSense",
    "version": "2.0.0.43",
    "description": "This extension looks for common SEO issues in the current web page.",
    "author": "Hamlet Batista",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery\/jquery.min.js",
                "libs\/jquery-ui\/jquery-ui.min.js",
                "js\/inject\/ranksense_content.js",
                "js\/inject\/ranksense_helper.js",
                "js\/inject\/rich_snippet_helper.js"
            ],
            "css": [
                "css\/inject\/ranksense_styles.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "minimum_chrome_version": "21.0.1180.57",
    "icons": {
        "16": "ranksense_logo_16.png",
        "48": "ranksense_logo_48.png",
        "128": "ranksense_logo_128.png"
    }
}