Applyish

11.4X job application speed.

什麼是Applyish?

Applyish是由https://applyish.com開發的Chrome擴展程式,該擴展的主要功能是“11.4X job application speed.”。

擴展截圖

screenshot
screenshot

下載Applyish擴展crx文件

下載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
官方網址 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"
}