BloomTech Job Tracker

Get your dream job with BloomTech

BloomTech Job Trackerคืออะไร?

BloomTech Job Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bloom Institute of Technology และคุณลักษณะหลักของมันคือ "Get your dream job with BloomTech"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BloomTech Job Tracker

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

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

                        Get your dream job with BloomTech!

How to use Job Search Tracker:
1. Download the BloomTech Job Tracker Chrome Extension.
2. Find job postings across the web on company websites, LinkedIn, Indeed, etc.
3. When you find a job posting you like, click the BloomTech icon at the top right of your browser.
4. Highlight the text in the posting to add it to the form. You can also type in the form directly.
5. Save the job posting to your Job Tracker and go to your Job Tracker to track all your jobs.

With this tool you may pull content from external websites. BloomTech is not responsible for any external content.                    

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

ชื่อ BloomTech Job Tracker BloomTech Job Tracker
ID ckpjfjiebhabcggefamfdpiooknocdac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bloomtech-job-tracker/ckpjfjiebhabcggefamfdpiooknocdac
คำอธิบาย Get your dream job with BloomTech
ขนาดไฟล์ 2.45 MB
จำนวนการติดตั้ง 832
เวอร์ชันปัจจุบัน 4.5
อัปเดตครั้งล่าสุด 2022-04-24
วันที่เผยแพร่ 2020-06-17
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Bloom Institute of Technology
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bloomtech.com/
URL หน้าช่วยเหลือ https://bloomtech.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.bloomtech.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BloomTech Job Tracker",
    "version": "4.5",
    "manifest_version": 2,
    "description": "Get your dream job with BloomTech",
    "oauth2": {
        "client_id": "folio-741be795-2d6b-4ab2-9399-05b6d1fbf9b8",
        "scopes": [
            "identity"
        ]
    },
    "permissions": [
        "identity",
        "activeTab",
        "storage",
        "https:\/\/auth.bloomtech-staging.com\/oauth\/token",
        "https:\/\/auth.bloomtech.com\/oauth\/token"
    ],
    "browser_action": [],
    "icons": {
        "16": "bit_icon_16.png",
        "32": "bit_icon_32.png",
        "48": "bit_icon_48.png",
        "128": "bit_icon_128.png",
        "192": "bit_icon_192.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-jghRC09bM7B94jByQh25zMafMLdKaIkCOK4eNYxusig='; object-src 'self'",
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "\/static\/media\/*.ttf"
    ]
}