BooleanAssistant
BooleanAssistant, your best boolean generator and email hunter
什么是BooleanAssistant?
BooleanAssistant是由BooleanAssistant.tech开发的Chrome扩展程序,该扩展的主要功能是“BooleanAssistant, your best boolean generator and email hunter”。
扩展截图
下载BooleanAssistant扩展crx文件
下载BooleanAssistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BooleanAssistant is your best recruiting and sourcing assistant to generate boolean search string and find people's emails. 扩展基本信息
| 名称 | |
| ID | inncmkfiilbcdlbboahpadmggahoccjf |
| 官方URL | https://chromewebstore.google.com/detail/booleanassistant/inncmkfiilbcdlbboahpadmggahoccjf |
| 简介 | BooleanAssistant, your best boolean generator and email hunter |
| 文件大小 | 750 KB |
| 安装次数 | 13,838 |
| 当前版本 | 1.5.7 |
| 更新时间 | 2023-05-26 |
| 上架时间 | 2020-01-19 |
| 评分 | 3.20/5 共35次评分 |
| 开发者 | BooleanAssistant.tech |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://52.14.133.185:3333/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BooleanAssistant",
"description": "BooleanAssistant, your best boolean generator and email hunter",
"version": "1.5.7",
"icons": {
"16": "icon-2.png",
"48": "icon-2.png",
"128": "icon-2.png"
},
"browser_action": {
"default_icon": {
"19": "icon-2.png",
"38": "icon-2.png"
},
"default_popup": "html\/popup.html",
"default_title": "BooleanAssistant"
},
"background": {
"scripts": [
"js\/jquery.js",
"js\/lz-string.min.js",
"js\/helper.js",
"js\/crypto.js",
"js\/config.js",
"js\/background.js"
]
},
"permissions": [
"tabs",
"*:\/\/*.linkedin.com\/*",
"storage",
"background"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"js": [
"js\/jquery.js",
"js\/lz-string.min.js",
"js\/config.js",
"js\/helper.js",
"js\/content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |