Stackby Webclipper
Clip any web content to directly to your stacks in Stackby
Was ist Stackby Webclipper?
Stackby Webclipper ist eine Chrome-Erweiterung, die von https://stackby.com entwickelt wurde, und ihr Hauptmerkmal ist "Clip any web content to directly to your stacks in Stackby".
Erweiterungsscreenshots
Stackby Webclipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stackby Webclipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Clip any web content to directly to your stacks (databases) in Stackby. You can clip text and bring emails, hashtags, URLs and phone numbers from a webpage to any Stackby stack with just a single click. Just get an API key from your Stackby account and customize your web-clipper according to your needs - you can clip any text from a webpage and add it to an input table with a right click, or click on @ button to bring all the emails present on that webpage, click on '#' to get all the hashtags present from any webpage, URL icon to bring the current page URL or even phone number icon to bring all the phone numbers present on any webpage. You can then tag or label any clip with the single or multiple option column type or even assign it to any team members via collaborator column type. Best of all, this data can be visualized in a gallery layout in Stackby. Bring information from anywhere in your Stackby database and get things done. It's free for all Stackby users! Sign up on Stackby if you've not already: www.stackby.com/signup 🚀
Grundlegende Informationen zur Erweiterung
Name | Stackby Webclipper |
ID | kjkhpjfgbiedbaohfklagjmcdjhamoje |
Offizielle URL | https://chromewebstore.google.com/detail/stackby-webclipper/kjkhpjfgbiedbaohfklagjmcdjhamoje |
Beschreibung | Clip any web content to directly to your stacks in Stackby |
Dateigröße | 3.6 MB |
Installationsanzahl | 519 |
Aktuelle Version | 1.0.9 |
Letztes Update | 2023-03-31 |
Veröffentlichungsdatum | 2020-06-16 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://stackby.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://stackby.com/ |
Hilfeseite URL | https://help.stackby.com/article/89-stackby-web-clipper |
URL der Datenschutzrichtlinien-Seite | https://stackby.com/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stackby Webclipper", "version": "1.0.9", "manifest_version": 2, "description": "Clip any web content to directly to your stacks in Stackby", "permissions": [ "contextMenus", "http:\/\/*.stackby.com\/", "https:\/\/*.stackby.com\/", "*:\/\/*.stackby.com\/*" ], "background": { "scripts": [ "app\/background.js" ] }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": [], "content_scripts": [ { "matches": [ " |