Website Informer Addon
Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
Website Informer Addon란 무엇입니까?
Website Informer Addon은(는) https://website.informer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting."입니다.
확장 프로그램 스크린샷
Website Informer Addon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Website Informer lets you discover important statistics behind any website while browsing through it. This widget instantly reveals a website’s traffic rank, daily visitors rate, pageviews, etc. Get Website Informer addon for free: you can make use of it in web marketing, link building, and ads partnership prospecting.
확장 프로그램 기본 정보
이름 | Website Informer Addon |
ID | hgmkhdckpblkakgojblgmlgaeaimofom |
공식 URL | https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom |
설명 | Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting. |
파일 크기 | 80.74 KB |
설치 횟수 | 12,794 |
현재 버전 | 4.0.0 |
최근 업데이트 | 2022-05-24 |
출시 날짜 | 2018-01-24 |
평점 | 4.25/5 총 57 개의 평점 |
개발자 | https://website.informer.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://website.informer.com/addon |
도움말 페이지 URL | https://website.informer.com/pages/contacts |
개인정보 보호 정책 페이지 URL | http://website.informer.com/pages/tos |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Informer Addon", "version": "4.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "description": "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.", "action": { "default_icon": "static\/img\/i128.png", "default_title": "Page Info", "default_popup": "popup.html" }, "icons": { "128": "static\/img\/i128.png" }, "host_permissions": [ "https:\/\/website.informer.com\/*", "https:\/\/hits.informer.com\/*" ], "permissions": [ "tabs", "storage" ] } |