Scope Article Importer

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

What is Scope Article Importer?

Scope Article Importer is a Chrome extension developed by https://thescope.com, and its main feature is "Scope Article Importer - the quickest way to collect your content!".

Extension Screenshots

screenshot

Download Scope Article Importer Extension CRX File

Download Scope Article Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Scope Article Importer Scope Article Importer
ID cdmmncpkncdicaaleghoacdklocgcejp
Official URL https://chromewebstore.google.com/detail/scope-article-importer/cdmmncpkncdicaaleghoacdklocgcejp
Description Scope Article Importer - the quickest way to collect your content!
File Size 296 KB
Installation Count 92
Current Version 2.1.1
Last Updated 2022-07-18
Publish Date 2019-03-05
Rating 5.00/5 Total 2 Ratings
Developer https://thescope.com
Email [email protected]
Payment Type free
Extension Website https://thescope.com
Help Page URL https://www.thescope.com/kontakt
Privacy Policy Page URL https://www.thescope.com/en/privacy-policy
Supported Languages 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:"
}