BooleanAssistant

BooleanAssistant, your best boolean generator and email hunter

BooleanAssistantคืออะไร?

BooleanAssistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BooleanAssistant.tech และคุณลักษณะหลักของมันคือ "BooleanAssistant, your best boolean generator and email hunter"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BooleanAssistant

ดาวน์โหลดไฟล์ส่วนขยาย BooleanAssistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}