BooleanAssistant

BooleanAssistant, your best boolean generator and email hunter

What is BooleanAssistant?

BooleanAssistant is a Chrome extension developed by BooleanAssistant.tech, and its main feature is "BooleanAssistant, your best boolean generator and email hunter".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download BooleanAssistant Extension CRX File

Download BooleanAssistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BooleanAssistant BooleanAssistant
ID inncmkfiilbcdlbboahpadmggahoccjf
Official URL https://chromewebstore.google.com/detail/booleanassistant/inncmkfiilbcdlbboahpadmggahoccjf
Description BooleanAssistant, your best boolean generator and email hunter
File Size 750 KB
Installation Count 13,838
Current Version 1.5.7
Last Updated 2023-05-26
Publish Date 2020-01-19
Rating 3.20/5 Total 35 Ratings
Developer BooleanAssistant.tech
Email [email protected]
Payment Type free
Privacy Policy Page URL http://52.14.133.185:3333/privacy
Supported Languages 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'"
}