Gmail Invoice Generator

Gmail Invoice Generator provides an interface for extracting invoice action items straight from your Gmail Inbox.

Τι είναι το Gmail Invoice Generator;

Το Gmail Invoice Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vibrant-light, και η κύρια λειτουργία του είναι "Gmail Invoice Generator provides an interface for extracting invoice action items straight from your Gmail Inbox.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gmail Invoice Generator

Λήψη αρχείων επέκτασης Gmail Invoice Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Easily take subject lines and snippets from threads and use them to create the line items of your invoice.  

How does it work?

It starts by authenticating with your Gmail.  You then specify a time period that you plan on invoicing for.  On the left hand side of the screen, we display a list of all emails from your specified period.  Our interface then makes it dead simple to add the subject lines from these emails into a list of action items on the right hand of the screen that can be edited or reordered.  Once you're done, this list can be copied and pasted into any invoice software you already use.  

-----

We offer a 100% privacy guarantee.  We don't mine data and your emails never touch any external servers.  Once you authenticate with Gmail, your emails are displayed in a read-only format that happens all client side in your browser.   

-----

Writing invoices on an ongoing basis is time consuming and stressful.  Remembering all the details of the work you've done over a 2 week period is hard.  As freelancer or contractor, clients love a detailed invoice because it gives insight into what you've been working on.  The person signing your checks may not be your direct manager and by writing a detailed invoice you can give them a portal into what you've been working on.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gmail Invoice Generator Gmail Invoice Generator
ID difljpdonjoeihkacdcbokfiabbcpckc
Επίσημο URL https://chrome.google.com/webstore/detail/gmail-invoice-generator/difljpdonjoeihkacdcbokfiabbcpckc
Περιγραφή Gmail Invoice Generator provides an interface for extracting invoice action items straight from your Gmail Inbox.
Μέγεθος Αρχείου 1.98 MB
Αριθμός Εγκαταστάσεων 436
Τρέχουσα Έκδοση 3.8
Τελευταία Ενημέρωση 2018-10-26
Ημερομηνία Δημοσίευσης 2018-10-26
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής vibrant-light
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Gmail Invoice Generator",
    "name": "Gmail Invoice Generator",
    "version": "3.8",
    "description": "Gmail Invoice Generator provides an interface for extracting invoice action items straight from your Gmail Inbox.",
    "permissions": [
        "background",
        "identity",
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/www.googleapis.com\/*",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "stripe": {
        "key": "pk_live_kEJNv4k0bk7Mf1vP5PAuWknE"
    },
    "firebase": {
        "google_api": "AIzaSyBU1pVPwdGd6DfP2yjyk5Woh5K7ROLudNE",
        "auth_domain": "invoice-generator-22c11.firebaseapp.com",
        "database_url": "https:\/\/invoice-generator-22c11.firebaseio.com",
        "project_id": "invoice-generator-22c11",
        "storage_bucket": "invoice-generator-22c11.appspot.com",
        "messaging_sender_id": "process.env.MESSAGING_SENDER_ID"
    },
    "oauth2": {
        "client_id": "580381716177-5gcnaes6kd9tifhvbgi8phftthn924u8.apps.googleusercontent.com",
        "client_secret": "kkg0Ip7A42fE-YKRBr8qJ-5-",
        "scopes": [
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/checkout.stripe.com; object-src 'self'",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkTFumXYK\/VRbWeB5wENCHcN0nXl0YVJzIbaiOotfpVle7+nYZKv2+Ld9bzmhGz7e32emZTzEKFFqHoNEtz387Y4BCwaqWWLuMDnGj3CmR8\/xaXX9I+hQSAvAzMc7KlF4V1uerd2i+PhVV+PaQsUi0F8lPJN4Jb4KJ1T39QTUe2nuKUNwoFUg0sXsG3N67uH9ho51PPXmuquiRaMsJrMRMotEQLo0fNfA3H8OOPwoNHRTlPl3tZkuvNDQG5Ebid1mduqz77HwFipdzQzL+na8DyBrqjzMilR\/uO9ut5uUMFTTaU7WCWIunNUXXzn3mkz8Hg532cDVguWgXS1+HcgKzQIDAQAB"
}