Scope Article Importer
Scope Article Importer - the quickest way to collect your content!
Wat is Scope Article Importer?
Scope Article Importer is een Chrome-extensie ontwikkeld door https://thescope.com, en de belangrijkste functie is "Scope Article Importer - the quickest way to collect your content!".
Extensie Screenshots
Download het CRX-bestand van de extensie Scope Article Importer
Download Scope Article Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | cdmmncpkncdicaaleghoacdklocgcejp | 
| Officiële URL | https://chromewebstore.google.com/detail/scope-article-importer/cdmmncpkncdicaaleghoacdklocgcejp | 
| Beschrijving | Scope Article Importer - the quickest way to collect your content! | 
| Bestandsgrootte | 296 KB | 
| Aantal Installaties | 92 | 
| Huidige Versie | 2.1.1 | 
| Laatst Bijgewerkt | 2022-07-18 | 
| Publicatiedatum | 2019-03-05 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | https://thescope.com | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://thescope.com | 
| Help Pagina-URL | https://www.thescope.com/kontakt | 
| URL van de Privacybeleid Pagina | https://www.thescope.com/en/privacy-policy | 
| Ondersteunde Talen | 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:"
}  |  |