JibberJobber Job Search Widget
Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.
什麼是JibberJobber Job Search Widget?
JibberJobber Job Search Widget是由https://www.jibberjobber.com開發的Chrome擴展程式,該擴展的主要功能是“Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.”。
擴展截圖
下載JibberJobber Job Search Widget擴展crx文件
下載JibberJobber Job Search Widget擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This widget works with JibberJobber (a website and mobile app) to pull inforomation from a website (like a job board) and put into JibberJobber. JibberJobber helps you organize and manage a job search by allowing you to track where you apply, what progress you are making with target companies, and relevant conversations you have with people. Learn more at JibberJobber.com.
擴展基本資訊
名稱 | |
ID | jkjoaejgjbddhpoblfmcbifanbamindk |
官方網址 | https://chrome.google.com/webstore/detail/jibberjobber-job-search-w/jkjoaejgjbddhpoblfmcbifanbamindk |
簡介 | Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber. |
檔案大小 | 632 KB |
安裝次數 | 222 |
目前版本 | 1.1.3 |
更新時間 | 2017-10-24 |
上架時間 | 2017-10-24 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.jibberjobber.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JibberJobber Job Search Widget", "description": "Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.", "version": "1.1.3", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "36": "icon36.png", "48": "icon48.png", "128": "icon128.png", "144": "icon144.png" }, "permissions": [ "alarms", "storage", "notifications", "activeTab" ] } |