BooleanAssistant

BooleanAssistant, your best boolean generator and email hunter

BooleanAssistant란 무엇입니까?

BooleanAssistant은(는) BooleanAssistant.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BooleanAssistant, your best boolean generator and email hunter"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BooleanAssistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        BooleanAssistant is your best recruiting and sourcing assistant to generate boolean search string and find people's emails.                    

확장 프로그램 기본 정보

이름 BooleanAssistant BooleanAssistant
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'"
}