Scope Article Importer
Scope Article Importer - the quickest way to collect your content!
Vad är Scope Article Importer?
Scope Article Importer är en Chrome-tillägg utvecklad av https://thescope.com, och dess huvudfunktion är "Scope Article Importer - the quickest way to collect your content!".
Tilläggsskärmbilder
Ladda ner Scope Article Importer-förlängningens CRX-fil
Ladda ner Scope Article Importer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | cdmmncpkncdicaaleghoacdklocgcejp |
| Officiell webbadress | https://chromewebstore.google.com/detail/scope-article-importer/cdmmncpkncdicaaleghoacdklocgcejp |
| Beskrivning | Scope Article Importer - the quickest way to collect your content! |
| Filstorlek | 296 KB |
| Antal Installationer | 92 |
| Aktuell Version | 2.1.1 |
| Senast Uppdaterad | 2022-07-18 |
| Publiceringsdatum | 2019-03-05 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://thescope.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://thescope.com |
| Hjälpsida URL | https://www.thescope.com/kontakt |
| URL till Sekretesspolicy Sidan | https://www.thescope.com/en/privacy-policy |
| Stödda Språk | 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:"
} | |