One Tap: Job Search Helper

Get more interviews and save time on every job application

One Tap: Job Search Helperคืออะไร?

One Tap: Job Search Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Antoine Screve และคุณลักษณะหลักของมันคือ "Get more interviews and save time on every job application"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Tap: Job Search Helper

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

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

                        Tired of filling out  applications online and never hearing back? Click on the OneTap extension on any job page and OneTap will fill out the job application for you.

Want to get more interviews? OneTap will show you employees willing to help candidates get interviews at their company.                    

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

ชื่อ One Tap: Job Search Helper One Tap: Job Search Helper
ID mchdhakjpgbgfcecgihfggmdmlclkgib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-tap-job-search-helper/mchdhakjpgbgfcecgihfggmdmlclkgib
คำอธิบาย Get more interviews and save time on every job application
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 778
เวอร์ชันปัจจุบัน 0.2.0.042
อัปเดตครั้งล่าสุด 2020-07-24
วันที่เผยแพร่ 2020-07-11
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Antoine Screve
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://antoinescreve.typeform.com/to/YtbMIChs#email=chrome_store_support_url
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1ywVJlTwPQTBdx4sz3Yi2h2LW4cBB4xUEHekpqweVzCs/edit?usp=sharing
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "128": "img\/icon128.png"
    },
    "name": "One Tap: Job Search Helper",
    "description": "Get more interviews and save time on every job application",
    "version": "0.2.0.042",
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "64": "img\/icon64.png"
        },
        "default_title": "ONE TAP",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/env.js",
            "scripts\/jquery-3.4.1.min.js",
            "scripts\/background.js"
        ]
    }
}