Get My Receipts by cloudHQ
Extract digital receipts and invoices from your email
Get My Receipts by cloudHQคืออะไร?
Get My Receipts by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.get-my-receipts.com และคุณลักษณะหลักของมันคือ "Extract digital receipts and invoices from your email"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get My Receipts by cloudHQ
ดาวน์โหลดไฟล์ส่วนขยาย Get My Receipts by cloudHQ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Get My Receipts by cloudHQ |
ID | lkabmodfamajoofjiaaojghepfimnmlo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/get-my-receipts-by-cloudh/lkabmodfamajoofjiaaojghepfimnmlo |
คำอธิบาย | Extract digital receipts and invoices from your email |
ขนาดไฟล์ | 503 KB |
จำนวนการติดตั้ง | 3,540 |
เวอร์ชันปัจจุบัน | 1.0.1.8 |
อัปเดตครั้งล่าสุด | 2024-01-16 |
วันที่เผยแพร่ | 2020-05-09 |
คะแนน | 4.77/5 รวมทั้งหมด 120 คะแนน |
ผู้พัฒนา | https://www.get-my-receipts.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.get-my-receipts.com |
URL หน้าช่วยเหลือ | https://support.cloudhq.net |
URL หน้านโยบายความเป็นส่วนตัว | https://www.cloudhq.net/privacy |
ภาษาที่รองรับ | 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" } } |