JobSeriously - Job Search Log

The best way to keep track of your job search. Ditch the spreadsheets and stay organized the quick and easy way.

JobSeriously - Job Search Logคืออะไร?

JobSeriously - Job Search Log เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jobseriously.com และคุณลักษณะหลักของมันคือ "The best way to keep track of your job search. Ditch the spreadsheets and stay organized the quick and easy way."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JobSeriously - Job Search Log

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

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

                        Now you don't have to spend hours logging job searches in your spreadsheets or searching tons of individual job boards.

JobSeriously helps you to find millions of jobs from thousands of company web sites, job boards and newspapers.  This plugin will automatically add any job you find to your JobSeriously job search log.

JobSeriously automatically extracts basic job listing details from many sites (using Microdata format and other special rules).

* We are adding support for more sites all the time.  If your site does not extract job data automatically, let us know and we will do our best to add support fast.

This extension requires a JobSeriously account.  You can get one for free at http://jobseriously.com.                    

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

ชื่อ JobSeriously - Job Search Log JobSeriously - Job Search Log
ID cfnhnpdikcalknhpbcjfjkapeaolhoia
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jobseriously-job-search-l/cfnhnpdikcalknhpbcjfjkapeaolhoia
คำอธิบาย The best way to keep track of your job search. Ditch the spreadsheets and stay organized the quick and easy way.
ขนาดไฟล์ 69.05 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 2013.9.30.0
อัปเดตครั้งล่าสุด 2013-09-30
วันที่เผยแพร่ 2013-09-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://jobseriously.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://jobseriously.uservoice.com/forums/40095-feedback
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JobSeriously - Job Search Log",
    "description": "The best way to keep track of your job search. Ditch the spreadsheets and stay organized the quick and easy way.",
    "version": "2013.9.30.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/star.png",
        "images\/star_grey.png",
        "images\/default-avatar.png",
        "js\/scan.js"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    }
}