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
官方網址 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
電子郵箱 [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:"
}