Tabello
Convert PDF tables to Excel data
Tabello क्या है?
Tabello https://tabellopdf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert PDF tables to Excel data"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Struggling to get data from PDF tables to Excel? Using Tabello all you have to do is activate the extension and drag a selection around your PDF data - and your data is instantly converted to Excel friendly format, ready to be pasted into Excel (or any other spreadsheet). A fast, accurate & secure way to copy PDF tables to Excel or Google Sheets. FAST Tabello is super fast and delivers instant results. Get to work with your data right away. ACCURATE No need to double-check the data. Tabello uses the original data in the PDF, making it 100% accurate. SECURE We take security seriously. Your PDF data never leaves your computer, so there is no need to worry about anyone else seeing it. Stop wasting time on manual data entry. Let Tabello do the work for you. Tabello supports both PDFs from the web and files hosted on your computer. Simply open the PDF in Chrome (for example by dragging the file to Chrome) and you have access to the same features as always! Tabello is optimized to make it as easy as possible to select and extract data from a single table. Examples include annual reports, research reports, academic reports, company presentations, and other documents where PDF keeps valuable data locked down. By installing this extension you accept our Terms of Service (https://tabellopdf.com/terms-of-service) and Privacy Policy (https://tabellopdf.com/privacy-policy). Please take the time to read it. Read more about how to use the extension in our guide (https://www.tabellopdf.com/post/how-to-use-the-tabello-chrome-extension)
एक्सटेंशन की मूल जानकारी
नाम | Tabello |
ID | odddfohmnjlodebdmnipoopeemfnnoko |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabello/odddfohmnjlodebdmnipoopeemfnnoko |
विवरण | Convert PDF tables to Excel data |
फ़ाइल का आकार | 9.76 KB |
स्थापना संख्या | 2,252 |
वर्तमान संस्करण | 1.8.0 |
अंतिम अपडेट | 2022-12-13 |
प्रकाशन तिथि | 2019-09-13 |
रेटिंग | 3.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://tabellopdf.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.tabellopdf.com |
सहायता पृष्ठ URL | https://www.tabellopdf.com/support |
गोपनीयता नीति पृष्ठ URL | https://tabellopdf.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabello", "description": "Convert PDF tables to Excel data", "version": "1.8.0", "manifest_version": 3, "icons": { "16": "images\/favicon-16x16.png", "32": "images\/favicon-32x32.png", "48": "images\/favicon-48x48.png", "128": "images\/favicon-128x128.png" }, "permissions": [ "activeTab" ], "action": { "default_title": "Open PDF in Tabello", "default_icon": { "16": "images\/favicon-16x16.png", "24": "images\/favicon-24x24.png", "32": "images\/favicon-32x32.png", "48": "images\/favicon-48x48.png", "128": "images\/favicon-128x128.png" } }, "background": { "service_worker": "background.js" } } |