Glasssquid Chrome Extension

Track, Match, and Land your Dream Job. Works for LinkedIn, Indeed, Dice, Careerbuilder & Glassdoor.

Glasssquid Chrome Extensionคืออะไร?

Glasssquid Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.glasssquid.io และคุณลักษณะหลักของมันคือ "Track, Match, and Land your Dream Job. Works for LinkedIn, Indeed, Dice, Careerbuilder & Glassdoor."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The only tool you really need to efficiently power your job search. Faster searches, accurate job matching results, skimmable job descriptions, ability to save jobs from different sites and way more!  

AI Powered Analytics:
Squidbot™ is a business intelligence tool that uses cutting edge technology to find new patterns and discover relationships through job seeking data so that you can get hired faster! Most importantly our powerful Squidbot™ allows you to crack pesky Applicant Tracking Systems keyword checks. 

Faster Personalized Search:
Searches are directly tailored to your resume and can help you speedily navigate through popular job sites. Simply click on your icon of preference to start seeing job openings for your position.

Job Match Percentages:
Accurately visualize your compatibility with a potential job without needing to go through lengthy job descriptions! Just scroll through your jobs as you normally would, and the match percentage icon will appear as soon as you click on a job. 

Filtered Descriptions:
Still need to read the description to get a feel for the job? We get it. Squidbot™ analyzes the job description and conveniently color codes important Keywords to make understanding job descriptions a breeze. You can also toggle different filters on and off to personalize your view and skim with confidence knowing that the important parts have been highlighted!                    

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

ชื่อ Glasssquid Chrome Extension Glasssquid Chrome Extension
ID jecenghfiajbncbijdgehbannhamgplb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/glasssquid-chrome-extensi/jecenghfiajbncbijdgehbannhamgplb
คำอธิบาย Track, Match, and Land your Dream Job. Works for LinkedIn, Indeed, Dice, Careerbuilder & Glassdoor.
ขนาดไฟล์ 8.29 MB
จำนวนการติดตั้ง 2,957
เวอร์ชันปัจจุบัน 5.0.6
อัปเดตครั้งล่าสุด 2022-12-16
วันที่เผยแพร่ 2020-05-16
คะแนน 4.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://www.glasssquid.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.glasssquid.io
URL หน้าช่วยเหลือ https://resources.glasssquid.io/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://resources.glasssquid.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Glasssquid Chrome Extension",
    "version": "5.0.6",
    "manifest_version": 2,
    "description": "Track, Match, and Land your Dream Job. Works for LinkedIn, Indeed, Dice, Careerbuilder & Glassdoor.",
    "icons": {
        "16": "assets\/icons\/favicon-16x16.png",
        "32": "assets\/icons\/favicon-32x32.png",
        "96": "assets\/icons\/favicon-96x96.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "page_action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16x16.png",
            "32": "assets\/icons\/favicon-32x32.png"
        },
        "default_title": "glasssquid.io inkblot chrome extension",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+G",
                "mac": "Alt+G"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content\/extension_check.js"
            ],
            "matches": [
                "https:\/\/app.glasssquid.io\/*",
                "https:\/\/glasssquid.io\/*",
                "https:\/\/app-dev.glasssquid.io\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "scripts\/content\/indeed\/index.js"
            ],
            "css": [
                "styles\/customized_content_indeed.css"
            ],
            "matches": [
                "http:\/\/indeed.com\/*",
                "https:\/\/indeed.com\/*",
                "http:\/\/*.indeed.com\/*",
                "https:\/\/*.indeed.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "scripts\/content\/glassdoor\/index.js"
            ],
            "css": [
                "styles\/customized_content_glassdoor.css"
            ],
            "matches": [
                "https:\/\/www.glassdoor.com\/Job\/*",
                "https:\/\/www.glassdoor.com\/job-listing\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "scripts\/content\/dice\/index.js"
            ],
            "css": [
                "styles\/customized_content_dice.css"
            ],
            "matches": [
                "https:\/\/www.dice.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "scripts\/content\/linkedin\/index.js"
            ],
            "css": [
                "styles\/customized_content_linkedin.css"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "scripts\/content\/careerbuilder\/index.js"
            ],
            "css": [
                "styles\/customized_content_careerbuilder.css"
            ],
            "matches": [
                "https:\/\/www.careerbuilder.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/common\/config.js",
                "scripts\/common\/utils.js",
                "scripts\/content\/glasssquid\/index.js",
                "scripts\/content\/app.js"
            ],
            "css": [
                "styles\/customized_content.css"
            ],
            "matches": [
                "https:\/\/app-dev.glasssquid.io\/*",
                "https:\/\/app-test.glasssquid.io\/*",
                "https:\/\/app.glasssquid.io\/*",
                "https:\/\/glasssquid.io\/*"
            ]
        },
        {
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/jquery-ui\/jquery-ui.min.js",
                "bower_components\/font-awesome\/js\/all.min.js",
                "bower_components\/font-awesome\/js\/v4-shims.min.js",
                "scripts\/lib\/jquery-circlos.js",
                "scripts\/common\/config.js",
                "scripts\/common\/utils.js",
                "scripts\/content\/app.js"
            ],
            "css": [
                "bower_components\/jquery-ui\/themes\/smoothness\/jquery-ui.min.css",
                "bower_components\/font-awesome\/css\/all.min.css",
                "bower_components\/font-awesome\/css\/v4-shims.min.css",
                "styles\/customized_content.css",
                "styles\/loader.css"
            ],
            "matches": [
                "http:\/\/indeed.com\/*",
                "https:\/\/indeed.com\/*",
                "http:\/\/*.indeed.com\/*",
                "https:\/\/*.indeed.com\/*",
                "https:\/\/www.glassdoor.com\/Job\/*",
                "https:\/\/www.glassdoor.com\/job-listing\/*",
                "https:\/\/www.dice.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/www.careerbuilder.com\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "assets\/images\/*",
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}