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 |
官方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" } } |