LAPRAS SCOUT EXTENSION

extension for LAPRAS SCOUT

Qu'est-ce que LAPRAS SCOUT EXTENSION ?

LAPRAS SCOUT EXTENSION est une extension Chrome développée par lapras-developer, et sa fonction principale est "extension for LAPRAS SCOUT".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LAPRAS SCOUT EXTENSION

Téléchargez les fichiers d'extension LAPRAS SCOUT EXTENSION au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom LAPRAS SCOUT EXTENSION LAPRAS SCOUT EXTENSION
ID hfmhhpcahkcajmihkfllkchcgblncbeo
URL Officiel https://chromewebstore.google.com/detail/lapras-scout-extension/hfmhhpcahkcajmihkfllkchcgblncbeo
Description extension for LAPRAS SCOUT
Taille du Fichier 1.59 MB
Nombre d'Installations 1,792
Version Actuelle 4.1.0
Dernière Mise à Jour 2023-09-11
Date de Publication 2020-05-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur lapras-developer
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://corp.lapras.com/policy
Langues Prises en Charge 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'"
    }
}