ViewGrip
Login and user information via extension
ViewGrip란 무엇입니까?
ViewGrip은(는) ViewGrip Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Login and user information via extension"입니다.
확장 프로그램 스크린샷
ViewGrip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension to log in and find out user information. Feature - Sign in via add-ons - Coupon information - Account information - Delete browsing history automatically
확장 프로그램 기본 정보
이름 | |
ID | ecbinclnonmhjobekfacikfhpfljdigj |
공식 URL | https://chrome.google.com/webstore/detail/viewgrip/ecbinclnonmhjobekfacikfhpfljdigj |
설명 | Login and user information via extension |
파일 크기 | 417 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2022-04-28 |
출시 날짜 | 2022-03-04 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | ViewGrip Group |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.viewgrip.net/privacy.php |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ViewGrip", "author": "ViewGrip", "version": "1.1.2", "manifest_version": 3, "description": "Login and user information via extension", "homepage_url": "https:\/\/www.viewgrip.net", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "history" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_title": "ViewGrip", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/plugins\/jquery-3.6.0.js", "assets\/plugins\/Main.js" ], "run_at": "document_end" } ], "background": { "service_worker": "assets\/background.js" }, "options_ui": { "page": "index.html" } } |