AngelApply - Apply to jobs on AngelList

Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply

AngelApply - Apply to jobs on AngelListとは何ですか?

AngelApply - Apply to jobs on AngelListはAditya Anandによって開発されたChromeの拡張機能で、その主な機能は「Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply」です。

拡張機能のスクリーンショット

screenshot

AngelApply - Apply to jobs on AngelList拡張機能のCRXファイルをダウンロード

AngelApply - Apply to jobs on AngelList拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Apply to jobs on AngelList (https://angel.co/) quickly and efficiently!

Source: https://github.com/AdityaAnand1/Angel-Apply                    

拡張機能の基本情報

名前 AngelApply - Apply to jobs on AngelList AngelApply - Apply to jobs on AngelList
ID lmafmilhcmkogpljalndgcjbbdmlpijn
公式URL https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn
説明 Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
ファイルサイズ 73.93 KB
インストール数 24
現在のバージョン 1.0.0
最終更新日 2018-04-29
公開日 2018-04-29
開発者 Aditya Anand
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "AngelApply - Apply to jobs on AngelList",
    "icons": {
        "512": "icon-512.png"
    },
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/angel.co\/*"
            ],
            "js": [
                "options\/jquery.min.js",
                "constants.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}