Applyish

11.4X job application speed.

Applyish란 무엇입니까?

Applyish은(는) https://applyish.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "11.4X job application speed."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Applyish 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}