SmartSuite Web Clipper
Clip web content to SmartSuite
Wat is SmartSuite Web Clipper?
SmartSuite Web Clipper is een Chrome-extensie ontwikkeld door SmartSuite, en de belangrijkste functie is "Clip web content to SmartSuite".
Extensie Screenshots
Download het CRX-bestand van de extensie SmartSuite Web Clipper
Download SmartSuite Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SmartSuite Web Clipper |
ID | meomgfpelcbdlkmpnihlhcockgjopmkn |
Officiële URL | https://chromewebstore.google.com/detail/smartsuite-web-clipper/meomgfpelcbdlkmpnihlhcockgjopmkn |
Beschrijving | Clip web content to SmartSuite |
Bestandsgrootte | 847 KB |
Aantal Installaties | 398 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2023-10-11 |
Publicatiedatum | 2023-02-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | SmartSuite |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://smartsuite.com/ |
URL van de Privacybeleid Pagina | https://www.smartsuite.com/legal/global-privacy-policy |
Ondersteunde Talen | 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" } } |