Applyish

11.4X job application speed.

Что такое Applyish?

Applyish - это расширение Chrome, разработанное https://applyish.com, и его основная функция - "11.4X job application speed.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Applyish

Скачайте файлы расширений Applyish в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Welcome to Apply AI - the coolest tool for answering those lame job application questions! We use AI to give you smart answers so you don't have to waste your time thinking (ew).

Our Chrome Extension is so easy, even a cat could use it. Just download it, enter your info, and voila - all your questions are answered. It's like having a personal assistant, but without the attitude.

And guess what? Our backend is powered by Open AI. But we added our secret sauce to make it extra special. It's like a hotdog with mustard AND ketchup (we're so fancy) or like having genie in a lamp, but without the three wishes, sorry i digress, sigh.

So, if you're ready to take the stress out of job applications, download our extension now. And if you have any questions (or funny memes to share), just DM us on social media. We'll be waiting (with treats)!

You get 30 free request a month anything after that invite a friend or use premium.                    

Основная информация о расширении

Название Applyish Applyish
ID deiehnkaohcamgnmmlngoedfcelgpdik
Официальный URL https://chromewebstore.google.com/detail/applyish/deiehnkaohcamgnmmlngoedfcelgpdik
Описание 11.4X job application speed.
Размер файла 38.22 KB
Количество установок 4,110
Текущая Версия 0.0.65
Последнее Обновление 2023-09-07
Дата публикации 2023-04-23
Рейтинг 4.50/5 Всего 10 оценок
Разработчик https://applyish.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://applyish.com/
URL страницы политики конфиденциальности https://applyish.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Applyish",
    "description": "11.4X job application speed.",
    "icons": {
        "16": "favicon.ico",
        "192": "logo192.png",
        "512": "logo512.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Popup"
    },
    "permissions": [
        "tabs",
        "scripting",
        "cookies",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "version": "0.0.65"
}