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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Measure of the quality and potential impact of a site's digital presence"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Siteimprove Browser Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}