Can I Find It
revolutionary way to direct consumer to websites when theres is down
Can I Find It란 무엇입니까?
Can I Find It은(는) uploadextsubmissions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "revolutionary way to direct consumer to websites when theres is down"입니다.
확장 프로그램 스크린샷
Can I Find It 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Assisting customer when sites they are searching for are not working
확장 프로그램 기본 정보
이름 | |
ID | gfpbdckkoklobiknlodcnmggapbjgnap |
공식 URL | https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap |
설명 | revolutionary way to direct consumer to websites when theres is down |
파일 크기 | 24.15 KB |
설치 횟수 | 21,176 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-04-21 |
출시 날짜 | 2022-04-18 |
평점 | 2.50/5 총 16 개의 평점 |
개발자 | uploadextsubmissions |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://canifindit.net |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Jake L", "name": "Can I Find It", "short_name": "Can I Find It", "homepage_url": "https:\/\/canifindit.net", "description": "revolutionary way to direct consumer to websites when theres is down", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |