Scope Article Importer
Scope Article Importer - the quickest way to collect your content!
Co to jest Scope Article Importer?
Scope Article Importer to rozszerzenie Chrome opracowane przez https://thescope.com, a jego główną funkcją jest „Scope Article Importer - the quickest way to collect your content!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Scope Article Importer
Pobierz pliki rozszerzeń Scope Article Importer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cdmmncpkncdicaaleghoacdklocgcejp |
| Oficjalny URL | https://chromewebstore.google.com/detail/scope-article-importer/cdmmncpkncdicaaleghoacdklocgcejp |
| Opis | Scope Article Importer - the quickest way to collect your content! |
| Rozmiar pliku | 296 KB |
| Liczba instalacji | 92 |
| Aktualna Wersja | 2.1.1 |
| Ostatnia Aktualizacja | 2022-07-18 |
| Data Publikacji | 2019-03-05 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://thescope.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://thescope.com |
| Adres URL Strony Pomocy | https://www.thescope.com/kontakt |
| Adres URL Strony Polityki Prywatności | https://www.thescope.com/en/privacy-policy |
| Obsługiwane Języki | 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:"
} | |