AutoCogs

Cost of goods Calculator for Oberlo + Aliexpress

Cos'è AutoCogs?

AutoCogs è un'estensione di Chrome sviluppata da Adam Reed, e la sua funzione principale è "Cost of goods Calculator for Oberlo + Aliexpress".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione AutoCogs

Scarica i file di estensione AutoCogs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome AutoCogs AutoCogs
ID fkbhbocjkoimpgppjcekleljimakaadg
URL Ufficiale https://chromewebstore.google.com/detail/autocogs/fkbhbocjkoimpgppjcekleljimakaadg
Descrizione Cost of goods Calculator for Oberlo + Aliexpress
Dimensione del File 260 KB
Conteggio Installazioni 640
Versione Corrente 0.0.3
Ultimo Aggiornamento 2018-03-29
Data di Pubblicazione 2018-03-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Adam Reed
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione http://www.autocogs.com
Lingue Supportate 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"
        ]
    }
}