Recap.work

Summarizes LinkedIn profiles

Recap.workคืออะไร?

Recap.work เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.recap.work และคุณลักษณะหลักของมันคือ "Summarizes LinkedIn profiles"

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

screenshot
screenshot

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

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

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

                        From recruiters to hiring managers, Recaps give you the profile snapshot with the information you need. 

Recap is your LinkedIn assistant

From a profile, Recaps will show:
> Estimates salaries (adjusted by country)
> Company ratings (from Glassdoor)
> Analysis of work patterns and history
> Analysis of whether or not the person may be looking for a new job

Recap.work combines multiple data points as well as through Glassdoor to estimate the annual salary for the profile being viewed. By automatically looking up profile's company information on Glassdoor, Recaps display the company rating and number of reviewers. Utilizing this and other signals, Recaps shows how satisfied the employee might be at their current company.

As a Chrome browser extension, Recaps will display on the sidebar as soon as a profile loads.

There are three plans with different restrictions:
Free - 10 recaps per day
Pro - 100 recaps per day
Business - Unlimited Recaps

Download and try it out today!                    

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

ชื่อ Recap.work Recap.work
ID gfcmbjmjadhcijjpbpoelmejbkhnbhia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recapwork/gfcmbjmjadhcijjpbpoelmejbkhnbhia
คำอธิบาย Summarizes LinkedIn profiles
ขนาดไฟล์ 2.53 MB
จำนวนการติดตั้ง 271
เวอร์ชันปัจจุบัน 3.64
อัปเดตครั้งล่าสุด 2017-12-21
วันที่เผยแพร่ 2017-12-21
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.recap.work
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.recap.work
URL หน้านโยบายความเป็นส่วนตัว https://www.recap.work
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Recap",
    "name": "Recap.work",
    "version": "3.64",
    "icons": {
        "16": "recap16.png",
        "48": "recap48.png",
        "128": "recap128.png"
    },
    "description": "Summarizes LinkedIn profiles",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "update_url": "http:\/\/kza.herokuapp.com\/xml\/updates.xml",
            "js": [
                "jquery-3.1.0.min.js",
                "curry.js",
                "utils.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "*.png",
        "social_icons\/*.png",
        "popup_error.html",
        "*.svg",
        "*.gif",
        "popup_no_login.html",
        "popup_no_recaps.html",
        "popup.html"
    ]
}