AutoCogs

Cost of goods Calculator for Oberlo + Aliexpress

O que é AutoCogs?

AutoCogs é uma extensão do Chrome desenvolvida por Adam Reed, e sua principal característica é "Cost of goods Calculator for Oberlo + Aliexpress".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão AutoCogs

Baixe arquivos de extensão AutoCogs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome AutoCogs AutoCogs
ID fkbhbocjkoimpgppjcekleljimakaadg
URL Oficial https://chromewebstore.google.com/detail/autocogs/fkbhbocjkoimpgppjcekleljimakaadg
Descrição Cost of goods Calculator for Oberlo + Aliexpress
Tamanho do Arquivo 260 KB
Contagem de Instalações 640
Versão Atual 0.0.3
Última Atualização 2018-03-29
Data de Publicação 2018-03-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Adam Reed
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão http://www.autocogs.com
Idiomas Suportados 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"
        ]
    }
}