SmartSuite Web Clipper

Clip web content to SmartSuite

SmartSuite Web Clipperคืออะไร?

SmartSuite Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SmartSuite และคุณลักษณะหลักของมันคือ "Clip web content to SmartSuite"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartSuite Web Clipper

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

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

                        Copy content from web pages to you SmartSuite apps by setting up clipping configurations. You can match SmartSuite app fields to elements on the current page including page title, URL, other metadata or specific CSS selectors.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SmartSuite Web Clipper SmartSuite Web Clipper
ID meomgfpelcbdlkmpnihlhcockgjopmkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartsuite-web-clipper/meomgfpelcbdlkmpnihlhcockgjopmkn
คำอธิบาย Clip web content to SmartSuite
ขนาดไฟล์ 847 KB
จำนวนการติดตั้ง 398
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2023-02-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา SmartSuite
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://smartsuite.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.smartsuite.com/legal/global-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartSuite Web Clipper",
    "version": "1.1.1",
    "description": "Clip web content to SmartSuite",
    "manifest_version": 3,
    "author": "SmartSuite",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.smartsuite.com\/"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "SmartSuite Web Clipper"
    },
    "icons": {
        "32": "favicon32x32.png",
        "128": "favicon128x128.png"
    }
}