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!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scope Article Importer

ดาวน์โหลดไฟล์ส่วนขยาย Scope Article Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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:"
}