SEOTesting

On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)

什麼是SEOTesting?

SEOTesting是由https://seotesting.com開發的Chrome擴展程式,該擴展的主要功能是“On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SEOTesting擴展crx文件

下載SEOTesting擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The SEOTesting Chrome Extension makes it easy to see On-Page SEO Information for your website page.

With a SEOTesting Account, you can see the Page Queries the current page ranks for and other information from the Google Search Console. 

We have now made it even easier to see your Google Search Console URL Inspection information right inside the extension.

You can also check to see how your SEOTesting.com Tests are performing.                    

擴展基本資訊

名稱 SEOTesting SEOTesting
ID ddaafpdingninkjhagcfjmlmmofglnfl
官方網址 https://chromewebstore.google.com/detail/seotesting/ddaafpdingninkjhagcfjmlmmofglnfl
簡介 On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)
檔案大小 1.56 MB
安裝次數 1,742
目前版本 1.3.4
更新時間 2023-06-02
上架時間 2021-12-08
評分 4.33/5 共 6 次評分
開發者 https://seotesting.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://seotesting.com
說明頁面URL https://seotesting.com/support/
隱私政策頁面URL https://seotesting.com/home/privacy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEOTesting",
    "homepage_url": "https:\/\/www.seotesting.com\/",
    "version": "1.3.4",
    "description": "On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "optional_permissions": []
}