Internshala Plus
A chrome extension for internshala.com
Internshala Plusとは何ですか?
Internshala PlusはAnkit Tiwariによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension for internshala.com」です。
拡張機能のスクリーンショット
Internshala Plus拡張機能のCRXファイルをダウンロード
Internshala Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Internshala Plus extension allows you to - 1. See the Required Skills and # of internships right in the internship card. 2. Search and filter internships by any keyword. 3. Sort By stipend or # of internships. Note: Please use the Reload Skills button or refresh the page in case the skills fail to load.
拡張機能の基本情報
名前 | |
ID | einngbgomhimnjgbdoejfdoccahlnajf |
公式URL | https://chromewebstore.google.com/detail/internshala-plus/einngbgomhimnjgbdoejfdoccahlnajf |
説明 | A chrome extension for internshala.com |
ファイルサイズ | 298 KB |
インストール数 | 117 |
現在のバージョン | 0.0.2 |
最終更新日 | 2019-11-01 |
公開日 | 2019-11-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Ankit Tiwari |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension for internshala.com", "version": "0.0.2", "name": "Internshala Plus", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/internshala.com\/internships\/*" ], "js": [ "myContentScript.bundle.js" ] } ], "permissions": [ "tabs", "storage" ] } |