LAPRAS SCOUT EXTENSION

extension for LAPRAS SCOUT

What is LAPRAS SCOUT EXTENSION?

LAPRAS SCOUT EXTENSION is a Chrome extension developed by lapras-developer, and its main feature is "extension for LAPRAS SCOUT".

Extension Screenshots

screenshot
screenshot

Download LAPRAS SCOUT EXTENSION Extension CRX File

Download LAPRAS SCOUT EXTENSION extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        GitHubのレポジトリやQiitaの記事を閲覧中にLAPRAS のプロフィールを確認したり、タレントプールに追加したくなったときに、簡単に追加できるエクステンションです。connpassのイベントページからは候補者を一括追加することもできます。
※右クリックやブラウザアイコンからご利用いただけます。                    

Extension Basic Information

Name LAPRAS SCOUT EXTENSION LAPRAS SCOUT EXTENSION
ID hfmhhpcahkcajmihkfllkchcgblncbeo
Official URL https://chromewebstore.google.com/detail/lapras-scout-extension/hfmhhpcahkcajmihkfllkchcgblncbeo
Description extension for LAPRAS SCOUT
File Size 1.59 MB
Installation Count 1,792
Current Version 4.1.0
Last Updated 2023-09-11
Publish Date 2020-05-28
Rating 5.00/5 Total 4 Ratings
Developer lapras-developer
Email [email protected]
Payment Type free
Privacy Policy Page URL https://corp.lapras.com/policy
Supported Languages 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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}