Airtable web clipper
Clip web content to your Airtable bases.
Airtable web clipper क्या है?
Airtable web clipper Airtable द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clip web content to your Airtable bases."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Airtable web clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Clip text, links, images, and more directly from the web to Airtable with just a few clicks. Customize your web clipper to meet your needs and get the information that matters most to you: if you want to save screenshots, pull images directly from a page, label content with custom tags, or assign clips to team members, you can do it all—without leaving your current browser window. Best of all, every clip you make is automatically stored in a flexible database that you can filter and sort in seconds. The Airtable web clipper is part of Airtable Blocks, a Pro plan feature. Blocks let you extend the functionality of your bases: you can use blocks to bring new information into Airtable, visualize and summarize your records in colorful ways, and even directly integrate your Airtable bases with your favorite apps. To use this extension, you need to have at least one web clipper block added to one of your Airtable bases. Learn more here: https://try.airtable.com/web-clipper
एक्सटेंशन की मूल जानकारी
नाम | Airtable web clipper |
ID | fehcbmngdgagfalpnfphdhojfdcoblgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/airtable-web-clipper/fehcbmngdgagfalpnfphdhojfdcoblgc |
विवरण | Clip web content to your Airtable bases. |
फ़ाइल का आकार | 1.47 MB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.10.0 |
अंतिम अपडेट | 2023-02-12 |
प्रकाशन तिथि | 2020-06-03 |
रेटिंग | 3.87/5 कुल 15 रेटिंग्स |
डेवलपर | Airtable |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://airtable.com |
सहायता पृष्ठ URL | https://support.airtable.com |
गोपनीयता नीति पृष्ठ URL | https://airtable.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Airtable web clipper", "version": "1.10.0", "description": "Clip web content to your Airtable bases.", "permissions": [ "activeTab", "storage" ], "externally_connectable": { "matches": [ "https:\/\/*.airtableblocks.com\/*", "https:\/\/*.development-airtableblocks.com:4300\/*", "https:\/\/*.staging-airtableblocks.com\/*" ] }, "background": { "persistent": true, "scripts": [ ".\/static\/js\/background.js" ] }, "content_scripts": [ { "js": [ ".\/static\/js\/contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start" } ], "browser_action": { "default_title": "Save to Airtable", "default_icon": { "128": "icon128.png" } }, "icons": { "128": "icon128.png" }, "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzjlnCmVYDAMkx\/988dB2IseK+g5Xd3oGPm0oEDlkls55XChV8R7pjmPAxY2CX8Ftw55AkBz5dgbYPawqv4zGcSAUYFdTDjEflF0yxI842\/tmBg1PsZkce5IWcrtFb0EcXt81VIfjtyjfX20llpMRTZgwM4\/Z3XU\/z1E7+0ypkkQvQXB3h4dEGM1SVJ5wu5dgKJct8YzJd7SazxENYgLrlbfC1+E1sRMBaXGrukvr\/hZrbxDc2LAAcV1B3x7DpDhZnDS83APFm07H\/Q+KKgcRujuMvhJxV4OEax9dw7CsvPMVtjTlm6S5n5VvN\/jGUOOsfjSOi\/1UQw\/g+njU4QSVEwIDAQAB", "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "web_accessible_resources": [ "index.html", "oauth_callback.html", "static\/js\/*.js", "static\/js\/*.js.map", "static\/css\/*.css", "static\/css\/*.css.map" ] } |