Get My Receipts by cloudHQ

Extract digital receipts and invoices from your email

什麼是Get My Receipts by cloudHQ?

Get My Receipts by cloudHQ是由https://www.get-my-receipts.com開發的Chrome擴展程式,該擴展的主要功能是“Extract digital receipts and invoices from your email”。

擴展截圖

screenshot
screenshot
screenshot

下載Get My Receipts by cloudHQ擴展crx文件

下載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 Get My Receipts by cloudHQ
ID lkabmodfamajoofjiaaojghepfimnmlo
官方網址 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"
    }
}