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文件
下载Evaboot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |