AutoCogs

Cost of goods Calculator for Oberlo + Aliexpress

Wat is AutoCogs?

AutoCogs is een Chrome-extensie ontwikkeld door Adam Reed, en de belangrijkste functie is "Cost of goods Calculator for Oberlo + Aliexpress".

Extensie Screenshots

Download het CRX-bestand van de extensie AutoCogs

Download AutoCogs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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].                    

Basisinformatie over de Extensie

Naam AutoCogs AutoCogs
ID fkbhbocjkoimpgppjcekleljimakaadg
Officiële URL https://chromewebstore.google.com/detail/autocogs/fkbhbocjkoimpgppjcekleljimakaadg
Beschrijving Cost of goods Calculator for Oberlo + Aliexpress
Bestandsgrootte 260 KB
Aantal Installaties 640
Huidige Versie 0.0.3
Laatst Bijgewerkt 2018-03-29
Publicatiedatum 2018-03-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Adam Reed
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite http://www.autocogs.com
Ondersteunde Talen 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"
        ]
    }
}