Simple Job Tracker

Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.

Simple Job Tracker là gì?

Simple Job Tracker là một tiện ích mở rộng Chrome được phát triển bởi sansserif, và tính năng chính của nó là "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Job Tracker

Tải xuống các tệp mở rộng Simple Job Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension is built to make your job application process easier. Keep track of your current jobs you have applied for, all stored within your browser.

Press add on a job position page and the details will be automatically filled in for you.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
URL Chính Thức https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
Mô tả Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Kích Thước Tệp 157 KB
Số Lần Cài Đặt 196
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2017-03-21
Ngày Phát Hành 2017-03-21
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển sansserif
Loại Thanh Toán free
Trang Web Mở Rộng http://www.loaft.com.au
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Job Tracker",
    "description": "Keep track of  your job applications with this simple extension. Job details will be automatically extracted from the current page.",
    "version": "1.0.0.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Simple Job Tracker"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}