Get My Receipts by cloudHQ
Extract digital receipts and invoices from your email
Get My Receipts by cloudHQ là gì?
Get My Receipts by cloudHQ là một tiện ích mở rộng Chrome được phát triển bởi https://www.get-my-receipts.com, và tính năng chính của nó là "Extract digital receipts and invoices from your email".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Get My Receipts by cloudHQ
Tải xuống các tệp mở rộng Get My Receipts by cloudHQ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Digital receipts and invoices are flooding our inboxes, and we often forget to include them in your tax returns or expense reports. In order to organize them easily, this is the simplest tool to use. It will find all your emails that have receipts in them, with greater than 96% accuracy, and automatically add them into a spreadsheet for you. Our extraction is powered by artificial intelligence and machine learning. All you need to do is simply click on "Get My Receipts" in your Gmail inbox, and let the tool do all the work for you. It'll even organize your receipts and invoices by the following columns in a spreadsheet: ✅ Date ✅ Amount ✅ Taxes ✅ Merchant ✅ Subject line ✅ Email text ✅ Email PDF of each receipt cloudHQ. Helping your productivity, 1 click at a time. cloudHQ website: https://www.cloudhq.net/ App website: https://www.get-my-receipts.com/ Pricing: https://www.get-my-receipts.com/pricing Support page: https://support.cloudhq.net/category/browser-extensions/get-my-receipts/ Blog: https://blog.cloudhq.net
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Get My Receipts by cloudHQ |
ID | lkabmodfamajoofjiaaojghepfimnmlo |
URL Chính Thức | https://chromewebstore.google.com/detail/get-my-receipts-by-cloudh/lkabmodfamajoofjiaaojghepfimnmlo |
Mô tả | Extract digital receipts and invoices from your email |
Kích Thước Tệp | 503 KB |
Số Lần Cài Đặt | 3,540 |
Phiên Bản Hiện Tại | 1.0.1.8 |
Cập Nhật Lần Cuối | 2024-01-16 |
Ngày Phát Hành | 2020-05-09 |
Đánh Giá | 4.77/5 Tổng số 120 Đánh Giá |
Nhà Phát Triển | https://www.get-my-receipts.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.get-my-receipts.com |
URL Trang Trợ Giúp | https://support.cloudhq.net |
URL Trang Chính Sách Bảo Mật | https://www.cloudhq.net/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get My Receipts by cloudHQ", "short_name": "Get Receipts", "description": "Extract digital receipts and invoices from your email", "version": "1.0.1.8", "author": "https:\/\/www.cloudhq.net", "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/main_gmail_receipts.css" ], "include_globs": [], "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage", "background" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/mail-attachment.googleusercontent.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "javascripts\/*", "icons\/*", "*" ], "matches": [ "*:\/\/*.cloudhq.net\/*" ] } ], "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "converted_from_user_script": true, "externally_connectable": { "matches": [ "*:\/\/*.cloudhq.net\/*" ] }, "action": { "default_icon": "icons\/gmail_receipts.png", "default_title": "Get My Receipts by cloudHQ" } } |