Siteimprove Browser Extension

Measure of the quality and potential impact of a site's digital presence

Siteimprove Browser Extension क्या है?

Siteimprove Browser Extension https://siteimprove.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Measure of the quality and potential impact of a site's digital presence"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Website Performance At Your Fingertips

Have you ever caught yourself browsing your website and wondered how well a particular page is actually performing? If you did, the Siteimprove Browser Extension is exactly what you’re looking for. No need to leave the page anymore, you can see performance scores right where you are and start improving your DCI™ Scores immediately.

You have the most comprehensive performance metrics always by your side. Instantly see:

- how a web page lives up to quality standards
- how discoverable it is for search engines
- how well it performs with regards to accessibility standards 
 
Not a Siteimprove customer? Learn more about the Digital Certainty Index and how your website performance scores are measured: https://siteimprove.com/en/core-platform/dci/

--------------------------------------

About Siteimprove

Siteimprove offers the world's most comprehensive cloud-based Digital Presence Optimization (DPO) software. The Siteimprove Intelligence Platform provides eye-opening insights that empower you and your team to create higher quality content, drive better traffic, measure digital performance, and work towards regulatory compliance—all from one place. Siteimprove is also proud to offer best-in-class technical support, academy courses, services, and technology integrations.

Find out why more than 7,000 organizations around the world practice DPO using the Siteimprove Intelligence Platform at https://siteimprove.com/en/.                    

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

नाम Siteimprove Browser Extension Siteimprove Browser Extension
ID amoojkmllfodlpgmdnclkgdnejgpeada
आधिकारिक URL https://chromewebstore.google.com/detail/siteimprove-browser-exten/amoojkmllfodlpgmdnclkgdnejgpeada
विवरण Measure of the quality and potential impact of a site's digital presence
फ़ाइल का आकार 35.77 KB
स्थापना संख्या 5,387
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2021-04-20
प्रकाशन तिथि 2020-05-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://siteimprove.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://siteimprove.com/
गोपनीयता नीति पृष्ठ URL https://siteimprove.com/en/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Siteimprove Browser Extension",
    "version": "1.1.2",
    "description": "Measure of the quality and potential impact of a site's digital presence",
    "homepage_url": "https:\/\/siteimprove.com",
    "author": "Siteimprove",
    "default_locale": "en",
    "browser_action": {
        "default_title": "Siteimprove"
    },
    "background": {
        "scripts": [
            ".\/vendor\/browser-polyfill.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "\/img\/active.png",
        "128": "\/img\/[email protected]"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.siteimprove.com\/*"
    ]
}