Scope Article Importer

Scope Article Importer - the quickest way to collect your content!

Scope Article Importerとは何ですか?

Scope Article Importerはhttps://thescope.comによって開発されたChromeの拡張機能で、その主な機能は「Scope Article Importer - the quickest way to collect your content!」です。

拡張機能のスクリーンショット

screenshot

Scope Article Importer拡張機能のCRXファイルをダウンロード

Scope Article Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Der Scope Article importer ermöglicht es Webseiten direkt aus Chrome in die Scope App zu importieren. -- The Scope Article Importer allows Scope-Clients to directly import web sites into the Scope app.                    

拡張機能の基本情報

名前 Scope Article Importer Scope Article Importer
ID cdmmncpkncdicaaleghoacdklocgcejp
公式URL https://chromewebstore.google.com/detail/scope-article-importer/cdmmncpkncdicaaleghoacdklocgcejp
説明 Scope Article Importer - the quickest way to collect your content!
ファイルサイズ 296 KB
インストール数 92
現在のバージョン 2.1.1
最終更新日 2022-07-18
公開日 2019-03-05
評価 5.00/5 合計 2 レビュー
開発者 https://thescope.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://thescope.com
ヘルプページのURL https://www.thescope.com/kontakt
プライバシーポリシーページのURL https://www.thescope.com/en/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.1.1",
    "short_name": "Scope Article Importer",
    "name": "Scope Article Importer",
    "description": "Scope Article Importer - the quickest way to collect your content!",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "default-src 'self' https:\/\/scope-lb.api.thescope.com https:\/\/fonts.googleapis.com https:\/\/discovery.thescope.com\/; script-src 'self'; object-src 'none'; style-src 'unsafe-inline' https:\/\/fonts.googleapis.com; img-src 'self' data:"
}