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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://antoinescreve.typeform.com/to/YtbMIChs#email=chrome_store_support_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"
        ]
    }
}