Scope Article Importer
Scope Article Importer - the quickest way to collect your content!
ما هو Scope Article Importer؟
Scope Article Importer هو إضافة Chrome تم تطويرها بواسطة https://thescope.com، والميزة الرئيسية لها هي "Scope Article Importer - the quickest way to collect your content!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scope Article Importer
قم بتنزيل ملفات الامتداد Scope Article Importer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | https://www.thescope.com/kontakt |
| عنوان صفحة سياسة الخصوصية | 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:"
} | |