Find a Job

Find a Job - Job Search - Job Finder

Find a Job là gì?

Find a Job là một tiện ích mở rộng Chrome được phát triển bởi https://helloacm.com, và tính năng chính của nó là "Find a Job - Job Search - Job Finder".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Find a Job 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

                        Find a Job - Job Finder - Search Job - Job Search
Current Supported Countries:
1. USA
2. UK                    

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

Tên Find a Job Find a Job
ID ghclpimmbjepihhlnklkiemncamklkii
URL Chính Thức https://chromewebstore.google.com/detail/find-a-job/ghclpimmbjepihhlnklkiemncamklkii
Mô tả Find a Job - Job Search - Job Finder
Kích Thước Tệp 823 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.0.6.0
Cập Nhật Lần Cuối 2021-09-18
Ngày Phát Hành 2019-11-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://helloacm.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DoctorLai/JobTools
URL Trang Trợ Giúp https://github.com/DoctorLai/JobTools
URL Trang Chính Sách Bảo Mật https://helloacm.com/disclaimer
Ngôn Ngữ Được Hỗ Trợ en,en-GB,en-US,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find a Job",
    "short_name": "JobSearch",
    "default_locale": "en",
    "version": "0.0.6.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Find a Job (Job Search)",
        "default_popup": "main.html"
    },
    "author": "justyy",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "description": "Find a Job - Job Search - Job Finder",
    "web_accessible_resources": [
        "js\/*",
        "lang\/*",
        "images\/*",
        "css\/*",
        "bs\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ]
}