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!"입니다.
확장 프로그램 스크린샷
Scope Article Importer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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:" } |