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
电子邮箱 [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:"
}