Evaboot
Makes Evaboot easier to use by automatically retrieving your session cookies
Evaboot란 무엇입니까?
Evaboot은(는) https://evaboot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes Evaboot easier to use by automatically retrieving your session cookies"입니다.
확장 프로그램 스크린샷
Evaboot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Evaboot saves time hours of boring work every week by cleaning and qualifying your lead. This extension will automatically retrieve the session cookies of the websites you're connected to. If you have any question about this extension, feel free to contact use using the support chat at https://evaboot.com/.
확장 프로그램 기본 정보
이름 | Evaboot |
ID | edccjhikjlfoakbbijgomgnoflcjgfjh |
공식 URL | https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh |
설명 | Makes Evaboot easier to use by automatically retrieving your session cookies |
파일 크기 | 1.37 MB |
설치 횟수 | 51,187 |
현재 버전 | 2.2.43 |
최근 업데이트 | 2024-02-22 |
출시 날짜 | 2022-01-25 |
평점 | 4.78/5 총 132 개의 평점 |
개발자 | https://evaboot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://app.evaboot.com/ |
개인정보 보호 정책 페이지 URL | https://evaboot.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Evaboot", "description": "Makes Evaboot easier to use by automatically retrieving your session cookies", "version": "2.2.43", "manifest_version": 3, "homepage_url": "https:\/\/app.evaboot.com\/", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/app.evaboot.com\/*", "https:\/\/www.linkedin.com\/premium\/products\/*" ], "run_at": "document_end" } ], "action": [], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/app.evaboot.com\/*" ], "permissions": [ "storage", "activeTab", "cookies", "webRequest", "unlimitedStorage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |