Auto Apply Dog - Indeed

Automate your job search - let AI search and apply for you

ما هو Auto Apply Dog - Indeed؟

Auto Apply Dog - Indeed هو إضافة Chrome تم تطويرها بواسطة lmlm، والميزة الرئيسية لها هي "Automate your job search - let AI search and apply for you".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Auto Apply Dog - Indeed

قم بتنزيل ملفات الامتداد Auto Apply Dog - Indeed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Speed up your job search with your personal job application assistant

- Stop wasting time re-filling form fields: let AI search & fill in the form fields based on your data
- Generate cover letter: don't waste time thinking of the perfect thing to say
- Auto-Submit: opt-in to submit after refining Q&A examples and verifying                    

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

الاسم Auto Apply Dog - Indeed Auto Apply Dog - Indeed
ID kabelhceaclhglniioadkdcnmnfkigko
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-apply-dog-indeed/kabelhceaclhglniioadkdcnmnfkigko
الوصف Automate your job search - let AI search and apply for you
حجم الملف 405 KB
عدد التثبيتات 349
النسخة الحالية 0.1.8
آخر تحديث 2024-02-24
تاريخ النشر 2023-05-24
تقييم 3.67/5 مجموع تقييمات 3
المطور lmlm
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.apply.dog
عنوان صفحة المساعدة https://discord.gg/rnGT4DMjGd
عنوان صفحة سياسة الخصوصية https://www.apply.dog/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Apply Dog - Indeed",
    "description": "Automate your job search - let AI search and apply for you",
    "version": "0.1.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.indeed.com\/*"
            ],
            "js": [
                "contentScriptIndeed.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/www.apply.dog\/api\/*"
    ],
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Apply Dog",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/16x.png",
            "32": "\/icons\/32x.png",
            "48": "\/icons\/48x.png",
            "128": "\/icons\/128x.png"
        }
    },
    "icons": {
        "16": "\/icons\/16x.png",
        "32": "\/icons\/32x.png",
        "48": "\/icons\/48x.png",
        "128": "\/icons\/128x.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "oauth2": {
        "client_id": "90916644195-2aj0vvq03mpb0ub8ipddnj4j3nkssff4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkuOuiCVVS5hoDhG6IZ\/hN4\/ILADGZGISj7DE14dVK3vy91K2ci7dLeqHT8cmZs\/CA341B7CaHjq9o0zmId+rDIrzy+ivzDLm7umy5UqWPUFAVP\/37iLsN+XIm7iRoPI1JlHNC7gzdqrNUQVgsH98vqmJ43xHarJnWeAPyj9+rZdExcLR451sDWBh+fdBTcEfKgC8SeuIMeyFazwxLEPSZoONvH2LmbB4KX1RNSaWMI2PNCT4Uvn23tthnv6q061ZvHHxH59j2jRPjvytVq3HAysplWJXY1c1Paiu4S4GazBsJJvNHTPMH5vwpaSHwQB+17U4yHevHle\/\/65sUZU9cwIDAQAB"
}