SmartSuite Web Clipper
Clip web content to SmartSuite
SmartSuite Web Clipper क्या है?
SmartSuite Web Clipper SmartSuite द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clip web content to SmartSuite"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SmartSuite Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |