Zoho Sheet - Extension & Web Clipper
Clip data, create new spreadsheets or access your recent files using Zoho Sheet's extension and web clipper
Zoho Sheet - Extension & Web Clipperとは何ですか?
Zoho Sheet - Extension & Web Clipperはhttps://zoho.comによって開発されたChromeの拡張機能で、その主な機能は「Clip data, create new spreadsheets or access your recent files using Zoho Sheet's extension and web clipper」です。
拡張機能のスクリーンショット
Zoho Sheet - Extension & Web Clipper拡張機能のCRXファイルをダウンロード
Zoho Sheet - Extension & Web Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you're looking at a data table online that you want to analyse, what better way to get started than using the Zoho Sheet's web clipper? In just a few clicks, you'll be able to copy and save the tables in an online spreadsheet, letting you get started on the analysis right away. However, that's not all of it. If you've used Zoho Sheet and like it for the collaborative spreadsheet application it is, you'll definitely love the web clipper for how easy it will be to open, import, export or access your spreadsheets. Here's everything the Zoho Sheet extension and web clipper can do for you - 1. Clip data from websites to new or existing spreadsheets instantly. 2. Create a new spreadsheet. 3. Access the list of your recent spreadsheets. 4. Import your Excel files to Zoho Sheet. 5. Open downloaded spreadsheets or other compatible files with Zoho Sheet directly. Whether it's data from a webpage, or a file from your computer, Zoho Sheet's extension gets it to cloud in just a few clicks. Download and start using the web clipper now! To learn more about Zoho Sheet - https://www.zoho.com/sheet/ To send us feedbacks or suggestions - [email protected]
拡張機能の基本情報
名前 | Zoho Sheet - Extension & Web Clipper |
ID | gljombomchjbpjchjdimmfnhilmgocjn |
公式URL | https://chromewebstore.google.com/detail/zoho-sheet-extension-web/gljombomchjbpjchjdimmfnhilmgocjn |
説明 | Clip data, create new spreadsheets or access your recent files using Zoho Sheet's extension and web clipper |
ファイルサイズ | 1 MB |
インストール数 | 5,719 |
現在のバージョン | 1.1.0 |
最終更新日 | 2022-06-27 |
公開日 | 2021-05-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://zoho.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.zoho.com/sheet/ |
ヘルプページのURL | https://help.zoho.com |
プライバシーポリシーページのURL | https://www.zoho.com/privacy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zoho Sheet - Extension & Web Clipper", "description": "Clip data, create new spreadsheets or access your recent files using Zoho Sheet's extension and web clipper", "version": "1.1.0", "permissions": [ "cookies", "https:\/\/*\/*", "http:\/\/*\/*", "activeTab", "contextMenus", "notifications", "downloads" ], "browser_action": { "default_title": "Zoho Sheet", "default_popup": "html\/zohosheetplugin.html", "default_icon": "images\/ZohoSheetLogo.png" }, "icons": { "128": "images\/ZohoSheetLogo.png" }, "background": { "scripts": [ "js\/storeddata.js", "js\/constants.js", "js\/utils.js", "js\/copylistenerbackground.js", "js\/sheetifier.js", "js\/contextmenuextension.js", "js\/sheetdownloader.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/copyevent.js" ], "run_at": "document_idle" } ], "manifest_version": 2, "web_accessible_resources": [ "js\/existingworkbook.js", "js\/newworkbook.js" ], "incognito": "split" } |