教えてURL

閲覧しているページで利用されているウェブサービスがひと目でわかるようになる拡張機能です。

Vad är 教えてURL?

教えてURL är en Chrome-tillägg utvecklad av https://oshiete-url.jp, och dess huvudfunktion är "閲覧しているページで利用されているウェブサービスがひと目でわかるようになる拡張機能です。".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner 教えてURL-förlängningens CRX-fil

Ladda ner 教えてURL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        閲覧しているページで利用されているウェブサービスがひと目でわかる拡張機能です。個人・法人問わず、どなたでも無料でご利用いただけます。

また、インストールしていただく拡張機能自体には利用者の情報を収集・保存する仕組みは組み込まれていません。

特長
・独自調査による1,700種類以上のサービスを42個のカテゴリに分類し検出
・指定したカテゴリのサービスが検出された際にバブルアラートでページ上に表示
・OSのライトモード・ダークモードに対応したインターフェース

用途
・インサイドセールスやマーケターが行う事前調査の一助に
・プライバシーの観点から認知していないサービスのチェックに
・知らなかったウェブサービスを認知し導入検討するきっかけに

新しく調査レポートコンテンツをオープンしました。2017年から行っている調査結果も掲載しています。毎月更新するので、拡張機能と併せてご活用ください。
https://oshiete-url.jp/report/                    

Grundläggande Information om Tillägg

Namn 教えてURL 教えてURL
ID bmhbomjcclphnfalknmlfdmghnlaidml
Officiell webbadress https://chromewebstore.google.com/detail/%E6%95%99%E3%81%88%E3%81%A6url/bmhbomjcclphnfalknmlfdmghnlaidml
Beskrivning 閲覧しているページで利用されているウェブサービスがひと目でわかるようになる拡張機能です。
Filstorlek 116 KB
Antal Installationer 14,540
Aktuell Version 1.2.0
Senast Uppdaterad 2024-02-07
Publiceringsdatum 2021-09-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://oshiete-url.jp
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://oshiete-url.jp/
Hjälpsida URL https://oshiete-url.jp/
URL till Sekretesspolicy Sidan https://oshiete-url.jp/privacy.html
Stödda Språk ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u6559\u3048\u3066URL",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "default_locale": "ja",
    "homepage_url": "https:\/\/oshiete-url.jp\/",
    "icons": {
        "16": "ico\/oshiete_icon-16.png",
        "24": "ico\/oshiete_icon-24.png",
        "32": "ico\/oshiete_icon-32.png",
        "64": "ico\/oshiete_icon-64.png",
        "128": "ico\/oshiete_icon-128.png",
        "256": "ico\/oshiete_icon-256.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "ico\/oshiete_icon-64.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "html\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ico\/oshiete_icon-16.png"
            ],
            "matches": [
                "https:\/\/oshiete-url.jp\/*",
                "https:\/\/www.oshiete-url.jp\/*"
            ]
        }
    ]
}