SaveTimeApply - AI Job search assistant

Easily Apply to 100s of Jobs on Popular job platforms

ما هو SaveTimeApply - AI Job search assistant؟

SaveTimeApply - AI Job search assistant هو إضافة Chrome تم تطويرها بواسطة https://savetimeapply.com، والميزة الرئيسية لها هي "Easily Apply to 100s of Jobs on Popular job platforms".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SaveTimeApply - AI Job search assistant

قم بتنزيل ملفات الامتداد SaveTimeApply - AI Job search assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        SaveTimeApply: AI Job search assistant is an automation service that easily allows you to automate repetitive actions and autofill repetitive information such as forms on job sites saving you so much time.

We believe that job searches should be quick and efficient and as a job seeker, you should not have to spend countless hours on finding and applying to jobs filling in the same information and wasting productive time.

Using SaveTimeApply we offer you the ability to easily use your secure Google Account on our website to log in and create a profile, fill in information about your job profile just once and instantly get started on automatically applying to 100s of jobs of your choice on popular job platforms such as LinkedIn, ZipRecruiter, Indeed and more.

Instead of writing multiple cover letters and browsing through countless job listings, SaveTimeApply with just a few clicks helps you create personalised cover letters and fill out repetitive job applications.

Click Add To Chrome to Start Saving time today in your job search using SaveTimeApply!                    

معلومات أساسية عن التمديد

الاسم SaveTimeApply - AI Job search assistant SaveTimeApply - AI Job search assistant
ID nkogfdnicckljpapaknjjngonddcihoc
عنوان URL الرسمي https://chromewebstore.google.com/detail/savetimeapply-ai-job-sear/nkogfdnicckljpapaknjjngonddcihoc
الوصف Easily Apply to 100s of Jobs on Popular job platforms
حجم الملف 2.26 MB
عدد التثبيتات 298
النسخة الحالية 1.0.7
آخر تحديث 2024-01-04
تاريخ النشر 2023-10-17
تقييم 5.00/5 مجموع تقييمات 9
المطور https://savetimeapply.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.savetimeapply.com
عنوان صفحة المساعدة https://www.savetimeapply.com/contact-us
عنوان صفحة سياسة الخصوصية https://www.savetimeapply.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SaveTimeApply - AI Job search assistant",
    "version": "1.0.7",
    "description": "Easily Apply to 100s of Jobs on Popular job\u00a0platforms",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": "assets\/sta-icon-120x120.png",
        "default_title": "SaveTimeApply"
    },
    "content_scripts": [
        {
            "js": [
                "indeed.js",
                "content_id_zr.js"
            ],
            "matches": [
                "https:\/\/*.indeed.com\/*",
                "https:\/\/dashboard.savetimeapply.info\/*"
            ],
            "css": [
                "css\/loader.css",
                "css\/toast.css",
                "css\/style.css",
                "css\/scanner_success.css",
                "css\/loading.css"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "linkedin.js",
                "content_id_zr.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/dashboard.savetimeapply.info\/*"
            ],
            "css": [
                "css\/loader.css",
                "css\/toast.css",
                "css\/style.css",
                "css\/scanner_success.css",
                "css\/loading.css"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "glassdoor.js",
                "content_id_zr.js"
            ],
            "matches": [
                "https:\/\/*.glassdoor.com\/*",
                "https:\/\/*.glassdoor.co.uk\/*",
                "https:\/\/*.glassdoor.ca\/*",
                "https:\/\/*.glassdoor.co.in\/*",
                "https:\/\/*.glassdoor.sg\/*",
                "https:\/\/*.glassdoor.ie\/*",
                "https:\/\/m5.apply.indeed.com\/beta\/*",
                "https:\/\/smartapply.indeed.com\/beta\/*",
                "https:\/\/dashboard.savetimeapply.info\/*"
            ],
            "css": [
                "css\/loader.css",
                "css\/toast.css",
                "css\/style.css",
                "css\/scanner_success.css",
                "css\/loading.css"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "zip.js",
                "content_id_zr.js"
            ],
            "matches": [
                "https:\/\/*.ziprecruiter.co.uk\/*",
                "https:\/\/dashboard.savetimeapply.info\/*"
            ],
            "css": [
                "css\/loader.css",
                "css\/toast.css",
                "css\/style.css",
                "css\/scanner_success.css",
                "css\/loading.css"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "zipus.js",
                "content_id_zr.js"
            ],
            "matches": [
                "https:\/\/*.ziprecruiter.com\/*",
                "https:\/\/dashboard.savetimeapply.info\/*"
            ],
            "css": [
                "css\/loader.css",
                "css\/toast.css",
                "css\/style.css",
                "css\/scanner_success.css",
                "css\/loading.css"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "dice.js",
                "content_id_zr.js"
            ],
            "matches": [
                "https:\/\/www.dice.com\/*",
                "https:\/\/dashboard.savetimeapply.info\/*"
            ],
            "css": [
                "css\/loader.css",
                "css\/toast.css",
                "css\/style.css",
                "css\/scanner_success.css",
                "css\/loading.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/sta-icon.png",
        "48": "assets\/sta-icon-120x120.png",
        "128": "assets\/sta-icon-120x120.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/loader.css",
                "assets\/*.gif"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}