SmartSuite Web Clipper
Clip web content to SmartSuite
What is SmartSuite Web Clipper?
SmartSuite Web Clipper is a Chrome extension developed by SmartSuite, and its main feature is "Clip web content to SmartSuite".
Extension Screenshots
Download SmartSuite Web Clipper Extension CRX File
Download SmartSuite Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SmartSuite Web Clipper |
ID | meomgfpelcbdlkmpnihlhcockgjopmkn |
Official URL | https://chromewebstore.google.com/detail/smartsuite-web-clipper/meomgfpelcbdlkmpnihlhcockgjopmkn |
Description | Clip web content to SmartSuite |
File Size | 847 KB |
Installation Count | 398 |
Current Version | 1.1.1 |
Last Updated | 2023-10-11 |
Publish Date | 2023-02-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | SmartSuite |
[email protected] | |
Payment Type | free |
Extension Website | https://smartsuite.com/ |
Privacy Policy Page URL | https://www.smartsuite.com/legal/global-privacy-policy |
Supported Languages | 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" } } |