SmartSuite Web Clipper

Clip web content to SmartSuite

Vad är SmartSuite Web Clipper?

SmartSuite Web Clipper är en Chrome-tillägg utvecklad av SmartSuite, och dess huvudfunktion är "Clip web content to SmartSuite".

Tilläggsskärmbilder

screenshot

Ladda ner SmartSuite Web Clipper-förlängningens CRX-fil

Ladda ner SmartSuite Web Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SmartSuite Web Clipper SmartSuite Web Clipper
ID meomgfpelcbdlkmpnihlhcockgjopmkn
Officiell webbadress https://chromewebstore.google.com/detail/smartsuite-web-clipper/meomgfpelcbdlkmpnihlhcockgjopmkn
Beskrivning Clip web content to SmartSuite
Filstorlek 847 KB
Antal Installationer 398
Aktuell Version 1.1.1
Senast Uppdaterad 2023-10-11
Publiceringsdatum 2023-02-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare SmartSuite
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://smartsuite.com/
URL till Sekretesspolicy Sidan https://www.smartsuite.com/legal/global-privacy-policy
Stödda Språk 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"
    }
}