AutoCogs

Cost of goods Calculator for Oberlo + Aliexpress

什麼是AutoCogs?

AutoCogs是由Adam Reed開發的Chrome擴展程式,該擴展的主要功能是“Cost of goods Calculator for Oberlo + Aliexpress”。

擴展截圖

下載AutoCogs擴展crx文件

下載AutoCogs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Auto Cogs has been developed for you. By dropshippers, for dropshippers. We developed Auto Cogs to solve a common problem among Shopify Dropshipping store owners.

Auto Cogs is perfect for anyone who wants to quickly and easily find out exactly how much money they spent on AliExpress on any given day. Simply input a date range, and click the button! Auto Cogs will take your Oberlo orders during the given date range, match all of them to their AliExpress orders, and then provide you the total amount you paid to AliExpress for the products to fulfil those orders!

If you have ever had any of the following happen to you and your business, Auto Cogs was made for you:

❌ Never actually tried to keep track or work out exactly how much of your daily revenue is spent on products and shipping on AliExpress.

❌ Received discount from a supplier but your current COGS tools do not take this in to consideration, so totals and profit and loss sheets are inaccurate.

❌ Paid a Virtual Assistant $5 per hour to total your cost of goods for every day of sales on your Shopify store, only to find out that it's going to take her 10 hours to do just 1 week of calculations... Thats 40 hours per month... That's $200 in staff costs!

❌ Spent hours of your valuable time every month, on the boring task of calculating and totalling the cost of all of your AliExpress orders for every single day, in order to keep an accurate set of daily profit and loss sheets. This is so boring, right? This was me, before Auto Cogs...

Now that I use Auto Cogs, this is what I can achieve! ⬇️

✅ Total my daily cost of goods for all orders on my Shopify dropshipping store, at the simple click of a button.

✅ Auto Cogs takes supplier discounts in to consideration. Auto Cogs uses the actual amount you paid to AliExpress, not the 'surface' price on the product page listing.

✅ SAVE well over $150 per MONTH on Virtual Assistant wages! Instead, I just pay a small monthly fee to use Auto Cogs each month.

✅ Instead of spending over 2 hours per day manually adding up all of my AliExpress orders, with Auto Cogs the job is done in about 3 minutes! Incredible!

Auto Cogs is perfect for anyone who wants to quickly and easily find out exactly how much money they spent on AliExpress on any given day. Simply input a date range, and click the button! Auto Cogs will take your Oberlo orders during the given date range, match all of them to their AliExpress orders, and then provide you the total amount you paid to AliExpress for the products to fulfil those orders!

For help and inquiries contact us at [email protected].                    

擴展基本資訊

名稱 AutoCogs AutoCogs
ID fkbhbocjkoimpgppjcekleljimakaadg
官方網址 https://chromewebstore.google.com/detail/autocogs/fkbhbocjkoimpgppjcekleljimakaadg
簡介 Cost of goods Calculator for Oberlo + Aliexpress
檔案大小 260 KB
安裝次數 640
目前版本 0.0.3
更新時間 2018-03-29
上架時間 2018-03-29
評分 5.00/5 共 1 次評分
開發者 Adam Reed
電子郵箱 [email protected]
付費類型 in_app
擴展官網 http://www.autocogs.com
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoCogs",
    "description": "Cost of goods Calculator for Oberlo + Aliexpress",
    "version": "0.0.3",
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.oberlo.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/libs\/jquery.min.js",
            "js\/libs\/moment.js",
            "js\/Settings.js",
            "js\/lh.js",
            "js\/MessageHelper.js"
        ]
    }
}