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 |
| Eメール | [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'"
} | |