ZipApply

Find decision makers and Hiring managers fast!

ZipApplyคืออะไร?

ZipApply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://zipapply.com และคุณลักษณะหลักของมันคือ "Find decision makers and Hiring managers fast!"

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

screenshot

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

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

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

                        ZipApply helps you find and save people online.  ZipApply is a productivity tool for job seekers.  Save Jobs and Contacts while searching the web.  ZipApply enables job seekers to find hiring companies in by city or zipcode radius.  You can then find Hiring Managers or Decision Makers at the desired companies.  The software will then identify the corporate email address of the hiring manager and validate.  Once validated it will look for all the social profiles associated with the email address and link them inside zipapply in the contacts record.  You can verify and apply the social updates.  ZipApply allows you to add notes to contacts and essentially manage your job search in one place.  Download our free chrome extension and try it today!                    

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

ชื่อ ZipApply ZipApply
ID ckkcmppakkinjdpifkdlgnggjjhlkocp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ckkcmppakkinjdpifkdlgnggjjhlkocp
คำอธิบาย Find decision makers and Hiring managers fast!
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 0.5.5
อัปเดตครั้งล่าสุด 2018-02-23
วันที่เผยแพร่ 2018-02-23
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://zipapply.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZipApply",
    "short_name": "Profile grabber",
    "version": "0.5.5",
    "description": "Find decision makers and Hiring managers fast!",
    "permissions": [
        "notifications",
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/cse.google.com https:\/\/www.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon-19g.png",
        "default_popup": "components\/browseraction\/search.html",
        "default_title": "zipapply Title"
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "38": "icons\/icon-38.png",
        "24": "icons\/icon-19.png",
        "16": "icons\/icon-16.png"
    },
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.linkedin.com\/*",
                "*:\/\/*.indeed.*\/viewjob*",
                "*:\/\/*.indeed.*\/cmp\/*"
            ],
            "css": [
                "css\/button.css"
            ],
            "js": [
                "libs\/jquery.js",
                "contentscripts\/button.js",
                "contentscripts\/linkedin_parser.js",
                "contentscripts\/linkedin_urlaction.js",
                "contentscripts\/emailaddress.js",
                "libs\/jquery-ui.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.zipapply.com\/*"
            ],
            "js": [
                "contentscripts\/ping_web.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "contentscripts\/get_discover_email_data.js",
        "contentscripts\/getdata.js",
        "libs\/*",
        "img\/*",
        "css\/*",
        "html\/*"
    ]
}