SEOTesting

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

SEOTesting क्या है?

SEOTesting https://seotesting.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SEOTesting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": []
}