BooleanAssistant

BooleanAssistant, your best boolean generator and email hunter

Wat is BooleanAssistant?

BooleanAssistant is een Chrome-extensie ontwikkeld door BooleanAssistant.tech, en de belangrijkste functie is "BooleanAssistant, your best boolean generator and email hunter".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BooleanAssistant

Download BooleanAssistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BooleanAssistant BooleanAssistant
ID inncmkfiilbcdlbboahpadmggahoccjf
Officiële URL https://chromewebstore.google.com/detail/booleanassistant/inncmkfiilbcdlbboahpadmggahoccjf
Beschrijving BooleanAssistant, your best boolean generator and email hunter
Bestandsgrootte 750 KB
Aantal Installaties 13,838
Huidige Versie 1.5.7
Laatst Bijgewerkt 2023-05-26
Publicatiedatum 2020-01-19
Beoordeling 3.20/5 Totaal 35 Beoordelingen
Ontwikkelaar BooleanAssistant.tech
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://52.14.133.185:3333/privacy
Ondersteunde Talen 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'"
}