AI Powered Boolean Builder

⚡SOURCING TECHNOLOGY FOR RECRUITERS⚡ We help recruiters cut sourcing time by 50% and discover up to 220% more relevant candidates.…

AI Powered Boolean Builderคืออะไร?

AI Powered Boolean Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tooledupraccoons.com และคุณลักษณะหลักของมันคือ "⚡SOURCING TECHNOLOGY FOR RECRUITERS⚡ We help recruiters cut sourcing time by 50% and discover up to 220% more relevant candidates.…"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Powered Boolean Builder

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

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

                        ⚡SOURCING TECHNOLOGY FOR RECRUITERS⚡

We help recruiters cut sourcing time by 50% and discover up to 220% more relevant candidates.

AI POWERED BOOLEAN BUILDER

The ultimate AI Powered Boolean Builder:

✅ Automatic Construction
✅ Automatic Job Title Variations
✅ Synonyms & Related Words
✅ Contextual Suggestions

Kick start your search in seconds! 


BUILD A UNIQUE SEARCH LIBRARY

Stop starting every search from scratch. Get organised and develop the ultimate string library for today, tomorrow, and always. This library will be your IP, USP and weapon.

✅ Leverage folders to customise your team's library
✅ Build high quality keyword & company strings
✅ Switch views to make your strings easier to edit
✅ Build & retain internal search IP for your team


AUTO-ENRICH YOUR STRINGS

Auto-enrich notifies you when there are new matching keyword suggestions to add your search strings. 24/7 round the clock.

✅ Harness the power of our human-built database
✅ Over 110,000 connected word suggestions
✅ Receive automatic alerts with new keyword suggestions
✅ Unearth those hidden gems in your niche with Auto-Enrich


INSTANTLY TRANSLATE YOUR BOOLEAN STRINGS

Did you know that by searching for candidates in a specific country using their native language, you can uncover up to 220% more candidates? Translate your searches in seconds.

✅ Choose from over 104 languages
✅ Translate up to 5 languages at once
✅ We take care of the Boolean construction
✅ Make translation your sourcing USP


COLLABORATE WITH TEAMMATES

Know a teammate who is covering a similar job or targeting similar companies? Invite them to collaborate at the string or folder level, and speed up the hunt!

✅ Build target company strings together
✅ Share keyword knowledge to thrive as a unit
✅ Provide view-only or full edit collaboration access
✅ Share strings with the team whilst you are on leave


DETECT ERRORS + AUTO-CORRECTION

Errors in your Boolean string can break your search. Not anymore, thanks to our advanced error detection technology checking your Boolean string logic for you.

✅ Missing / duplicate quotation detection
✅ Bracket nesting and operator checks
✅ Automatic spacing check & correction
✅ Colour coded operators & modifiers for easy edits


REVISION HISTORY TRACKING

Made a change to your string and ruined your search? Maybe it was a collaborator?! We've got you. With full revision history, you can restore any previous version of your string!

✅ Every update to your string is stored
✅ Any updates made by collaborators are tracked
✅ Protect your search IP
✅ Never have to start from scratch again


OUR ALMIGHTY CHROME EXTENSION

Candidates live outside the world of hiring manager buzzword bingo, so capture their uniqueness to deepen your search using our Chrome Extension.

✅ Build, edit & access strings anywhere online
✅ Capture new keywords without leaving the tab
✅ Use "Auto Add" to rapidly build target company lists
✅ Duplicate detection for "clean" company list building                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AI Powered Boolean Builder AI Powered Boolean Builder
ID gfjicnbkcigkbmlopkhegbooajmjlccd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-powered-boolean-builde/gfjicnbkcigkbmlopkhegbooajmjlccd
คำอธิบาย ⚡SOURCING TECHNOLOGY FOR RECRUITERS⚡ We help recruiters cut sourcing time by 50% and discover up to 220% more relevant candidates.…
ขนาดไฟล์ 2.71 MB
จำนวนการติดตั้ง 572
เวอร์ชันปัจจุบัน 3.4.0
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2021-02-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://tooledupraccoons.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://tooledupraccoons.com
URL หน้านโยบายความเป็นส่วนตัว https://www.tooledupraccoons.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Powered Boolean Builder",
    "author": "Zaid Hasan",
    "version": "3.4.0",
    "icons": {
        "16": "racoon.png",
        "48": "racoon.png",
        "128": "racoon.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": []
}