SmartSuite Web Clipper
Clip web content to SmartSuite
什麼是SmartSuite Web Clipper?
SmartSuite Web Clipper是由SmartSuite開發的Chrome擴展程式,該擴展的主要功能是“Clip web content to SmartSuite”。
擴展截圖
下載SmartSuite Web Clipper擴展crx文件
下載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 |
ID | meomgfpelcbdlkmpnihlhcockgjopmkn |
官方網址 | 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" } } |