SEO Toolkit by Primal

SEO Toolkit offering a multitude of SEO tools. Get the essentials SEO & technical information of a given website.

SEO Toolkit by Primal क्या है?

SEO Toolkit by Primal Primal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SEO Toolkit offering a multitude of SEO tools. Get the essentials SEO & technical information of a given website."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        SEO Toolkit by Primal offers a multitude of Tools giving information to the user from a given website. 
It becomes easier to determine technologies used on a website, and get information about SEO parameters. You can get a quick look to meta-datas, headings, assets loaded, schemas and hreflang tags. Also, you can get a detailed view of the response header from the server with the listing of redirects a user has to go through. 

========= FEATURES =========
This extension offers 4 main tabs : 
- Find out what technologies are used on a website you visit. More than a thousand technologies categorized can be detected. 
- SEO can gives you a quick look to meta-tags, headers, schemas, hreflangs, Assets loaded and images within the page you are browsing. 
- Redirects gives you every information about server headers, and redirects status code you encounter
- Tools gives you a one-click to many SEO & Performance tester tools available online such as PageSpeed Insight, WooRank, Google Rich results and mobile friendly tests. 

========= CHANGELOG =========

============ v.1.8.0 ============
- Content Quality checker by Primal AI

============ v.1.7.0 ============
- New technologies detection added
- New structure improving the stability


============ v.1.6.2 ============
- New technologies detection added

============ v.1.6.1 ============
- Design update for technologies detection
- 53 New technologies detections
- Improvements of detections
- Bug fix

============ v.1.6.0 ============
- Google Core Web Vitals tab addition generating a quick report to check the status of the current page.
- 26 New technologies detections
- Bug fix
- Technologies detection improvements

============ v.1.5.2 ============
- 53 New technologies detections 
- Bug fix
- Improvements of technologies detection

============ v.1.5.1 ============
- Overall improvements
- Total of 1545 technologies detections 

============ v.1.5.0 ============
- 40 New technologies detections
- Overall improvements

============ v.1.4.4 ============
- New technologies detections
- Technologies detections fix

============ v.1.4.1 ============
- Technologies detections fix

============ v.1.4.0 ============
- Addition of the Tools tab adding direct link to different analysis website such as : PageSpeed Insight / Mobile friendly test / Rich results test / SEOptimer / GTMetrix / SEMRush / WooRank, etc...
- Additions of detected technologies                    

एक्सटेंशन की मूल जानकारी

नाम SEO Toolkit by Primal SEO Toolkit by Primal
ID pmkloacghnollbdpinjplaecpekcdhjb
आधिकारिक URL https://chromewebstore.google.com/detail/seo-toolkit-by-primal/pmkloacghnollbdpinjplaecpekcdhjb
विवरण SEO Toolkit offering a multitude of SEO tools. Get the essentials SEO & technical information of a given website.
फ़ाइल का आकार 8.58 MB
स्थापना संख्या 401
वर्तमान संस्करण 1.8.0
अंतिम अपडेट 2022-11-02
प्रकाशन तिथि 2020-11-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Primal
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://primal.co.th
समर्थित भाषाएँ id,de,en,fr,nl,tr,ca,es,it,pl,pt-BR,ro,sk,el,ru,uk,fa,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "SEO Toolkit by Primal",
    "short_name": "SEO Toolkit",
    "author": "Primal",
    "homepage_url": "https:\/\/www.primal.co.th",
    "description": "SEO Toolkit offering a multitude of SEO tools. Get the essentials SEO & technical information of a given website.",
    "version": "1.8.0",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.png",
        "32": "images\/icon_32.png",
        "38": "images\/icon_38.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon_128.png",
            "16": "images\/icon_16.png",
            "19": "images\/icon_19.png",
            "32": "images\/icon_32.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Primal"
    },
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "js\/lib\/iframe.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "\/js\/redirect\/cs-page.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/js.js",
        "js\/dom.js"
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "html\/options.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self';",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}