LAPRAS SCOUT EXTENSION
extension for LAPRAS SCOUT
LAPRAS SCOUT EXTENSIONとは何ですか?
LAPRAS SCOUT EXTENSIONはlapras-developerによって開発されたChromeの拡張機能で、その主な機能は「extension for LAPRAS SCOUT」です。
拡張機能のスクリーンショット
LAPRAS SCOUT EXTENSION拡張機能のCRXファイルをダウンロード
LAPRAS SCOUT EXTENSION拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
GitHubのレポジトリやQiitaの記事を閲覧中にLAPRAS のプロフィールを確認したり、タレントプールに追加したくなったときに、簡単に追加できるエクステンションです。connpassのイベントページからは候補者を一括追加することもできます。 ※右クリックやブラウザアイコンからご利用いただけます。
拡張機能の基本情報
名前 | LAPRAS SCOUT EXTENSION |
ID | hfmhhpcahkcajmihkfllkchcgblncbeo |
公式URL | https://chromewebstore.google.com/detail/lapras-scout-extension/hfmhhpcahkcajmihkfllkchcgblncbeo |
説明 | extension for LAPRAS SCOUT |
ファイルサイズ | 1.59 MB |
インストール数 | 1,792 |
現在のバージョン | 4.1.0 |
最終更新日 | 2023-09-11 |
公開日 | 2020-05-28 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | lapras-developer |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://corp.lapras.com/policy |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LAPRAS SCOUT EXTENSION", "version": "4.1.0", "description": "extension for LAPRAS SCOUT", "action": { "default_icon": ".\/assets\/icon128.png", "default_title": "LAPRAS SCOUT extension" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icon128.png", "48": ".\/assets\/icon128.png", "128": ".\/assets\/icon128.png" }, "permissions": [ "contextMenus", "activeTab", "tabs", "background", "notifications", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css" ], "matches": [ " |