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.

什么是Free Accounting Software by SlickPie?

Free Accounting Software by SlickPie是由https://slickpie.com开发的Chrome扩展程序,该扩展的主要功能是“Easy-to-use accounting and invoicing software for your small business. Add to Chrome now and send your first invoice in 30 seconds.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Free Accounting Software by SlickPie扩展crx文件

下载Free Accounting Software by SlickPie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Free Accounting Software by SlickPie Free Accounting Software by SlickPie
ID oalnjhnakfpklfbnmnbgidfhemncplef
官方URL https://chromewebstore.google.com/detail/free-accounting-software/oalnjhnakfpklfbnmnbgidfhemncplef
简介 Easy-to-use accounting and invoicing software for your small business. Add to Chrome now and send your first invoice in 30 seconds.
文件大小 40.52 KB
安装次数 3,401
当前版本 1.5.3.9
更新时间 2017-06-14
上架时间 2017-06-14
评分 4.54/5 共56次评分
开发者 https://slickpie.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.slickpie.com/
帮助页面URL https://help.slickpie.com
隐私政策页面URL https://www.slickpie.com/privacy-policy
支持的语言 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"
    }
}