LAPRAS SCOUT EXTENSION

extension for LAPRAS SCOUT

Cos'è LAPRAS SCOUT EXTENSION?

LAPRAS SCOUT EXTENSION è un'estensione di Chrome sviluppata da lapras-developer, e la sua funzione principale è "extension for LAPRAS SCOUT".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LAPRAS SCOUT EXTENSION

Scarica i file di estensione LAPRAS SCOUT EXTENSION in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome LAPRAS SCOUT EXTENSION LAPRAS SCOUT EXTENSION
ID hfmhhpcahkcajmihkfllkchcgblncbeo
URL Ufficiale https://chromewebstore.google.com/detail/lapras-scout-extension/hfmhhpcahkcajmihkfllkchcgblncbeo
Descrizione extension for LAPRAS SCOUT
Dimensione del File 1.59 MB
Conteggio Installazioni 1,792
Versione Corrente 4.1.0
Ultimo Aggiornamento 2023-09-11
Data di Pubblicazione 2020-05-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore lapras-developer
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://corp.lapras.com/policy
Lingue Supportate 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'"
    }
}