Free Accounting Software by SlickPie

Easy-to-use accounting and invoicing software for your small business. Add to Chrome now and send your first invoice in 30 seconds.

What is Free Accounting Software by SlickPie?

Free Accounting Software by SlickPie is a Chrome extension developed by https://slickpie.com, and its main feature is "Easy-to-use accounting and invoicing software for your small business. Add to Chrome now and send your first invoice in 30 seconds.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Free Accounting Software by SlickPie Extension CRX File

Download Free Accounting Software by SlickPie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        WHAT IS SLICKPIE?

SlickPie is free online accounting software for small businesses, freelancers, and not-for-profit organizations in more than 150 countries worldwide. 

HOW SLICKPIE BENEFITS YOUR BUSINESS

•	Run your business 24/7 from PCs, MACs, smartphones, and tablets

•	Send online invoices and quotes in multi-currency and get paid faster

•	Get instantly paid by credit card, PayPal, and Stripe

•	Manage all your bills in one place

•	See financial reports and get a complete X-ray of your business

•	Reconcile your accounts and get live bank feeds

•	Organize your sales taxes with no headaches

•	Put an end to late payments by setting automatic reminders

•	Enjoy unlimited support backing you up whenever needed

•	Automate your receipt data entry and save time with MagicBot

MAGICBOT

Save yourself from the manual data input pains. SlickPie has just released MagicBot, an exclusive A.I. automated receipt data entry tool that enables you to automatically convert physical information from receipts and bills into digital data using your smartphone camera to revolutionize the way you do bookkeeping. 

FULLY-PROTECTED DATA

SlickPie is committed to the maximum security of customers’ information by providing 256-bit encrypted software with bank-grade security. 

Start Now and Get Paid Faster                    

Extension Basic Information

Name Free Accounting Software by SlickPie Free Accounting Software by SlickPie
ID oalnjhnakfpklfbnmnbgidfhemncplef
Official URL https://chromewebstore.google.com/detail/free-accounting-software/oalnjhnakfpklfbnmnbgidfhemncplef
Description Easy-to-use accounting and invoicing software for your small business. Add to Chrome now and send your first invoice in 30 seconds.
File Size 40.52 KB
Installation Count 3,401
Current Version 1.5.3.9
Last Updated 2017-06-14
Publish Date 2017-06-14
Rating 4.54/5 Total 56 Ratings
Developer https://slickpie.com
Email [email protected]
Payment Type free
Extension Website https://www.slickpie.com/
Help Page URL https://help.slickpie.com
Privacy Policy Page URL https://www.slickpie.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Free Accounting Software by SlickPie",
    "description": "Easy-to-use accounting and invoicing software for your small business. Add to Chrome now and send your first invoice in 30 seconds.",
    "version": "1.5.3.9",
    "icons": {
        "128": "icons\/128.png"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/api.slickpie.com\/Login*",
                "https:\/\/api.slickpie.com\/login*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/contentLogin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/api.slickpie.com\/register*",
                "https:\/\/api.slickpie.com\/Register*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/contentRegister.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "SlickPie"
    }
}