AutoCogs

Cost of goods Calculator for Oberlo + Aliexpress

AutoCogs란 무엇입니까?

AutoCogs은(는) Adam Reed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cost of goods Calculator for Oberlo + Aliexpress"입니다.

확장 프로그램 스크린샷

AutoCogs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        ]
    }
}