GOTit Connect

Sell your items through GOTit -a leading social commerce marketplace Manage Your Products, Orders And Inventory Easily Real Time…

GOTit Connect란 무엇입니까?

GOTit Connect은(는) GOTit chrome extention에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sell your items through GOTit -a leading social commerce marketplace Manage Your Products, Orders And Inventory Easily Real Time…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Sell your items through GOTit -a leading social commerce marketplace
Manage Your Products, Orders And Inventory Easily
Real Time Synchronization With Your Shopify Store
Manage Customer Service and Interactions

What is GOTit Social Shopping?
GOTit is a social Shopping marketplace bringing together stores and products all shoppable from one place. It's the "Instagram of shopping” - where shoppers can easily discoverbuy products from stores both big and small. For merchants, like you, GOTit is a place to market and sell your products to millions of users who come with full intent to shop.

Why GOTit Social Shopping Marketplace

GOTit is the a leading social shopping market place. 

GOTit is a popular Social Commerce Marketplace (currently US only). Listing your products on GOTit provides you with the following three benefits:

Boost your product awareness to get in front of new audiences.
Saves you the investment into mobile app development and its costly lifecycle.
No listing fee, no monthly fee, and no account fee. Sellers are charged only when transaction complete.
What is GOTit-Marketplace Integration App

GOTit Social Shopping Marketplace Integration App will help complete the sales cycle on GOTit working from the convenience of you Shopify dashboard in an easy manner. You will easily list your products on GOTit, perform changes if needed and sync all orders received from GOTit to your standard Shopify store - where you can fulfil and collect funds for the sales. 

COMPELLING FEATURES:

The app achieves complete automation of online sales-related operations. Some features are listed below:

1. Instant Order Management:

GOTit Social Shopping Marketplace Integration App provides instant relief to the biggest hassle of managing orders. Now, sellers can transparently and sutomatically receive the orders from GOTit, performing all the order management related tasks from their Shopify store without any hassle.

2. Integrate into GOTit Feeds

Post and manage your products on the GOTit feeds. You can determine target audiences, post times, and drive your products ups the feed.

3. Near Real Time Synchronization:

To achieve a seamless selling experience, you will find Near Real-Time Syncing Scenario in GOTit Social Shopping Marketplace Integration App. If you are selling at the marketplace as well as from your Shopify store then it is essential that you proceed with real-time syncing so that you don't face the issue of inventory and orders. The app will reflect same results regardless of your stores front-end, both on Shopify eStore as well as on GOTit.

4. Shipping Configuration:

You can manage your shipping settings through the app. That includes Shipping Price, Shipping Days and Shipping Origin.

5. Manage Customer Interactions

The app supports full customer relationship management, supporting interaction with customers and prospects before, during and after they place an order. Our integrated customer interaction center enables great customer experience and increases customer conversion and retention.

What else do sellers in GOTit marketplace need to know?

All stores are subject to approval. 
Orders placed on GOTit must be fulfilled within 10 days and tracking numbers are required
Orders must be confirmed as shipped by supported carrier 
We charge a percentage based commission on fulfilled orders and commission is taken out of the order subtotal. You never pay us anything until you make a paid sale. 
Your store’s email address, location and policies for shipping, returns and exchanges must be visible on your website
In order to sell on GOTit you will need to have an active Stripe account                    

확장 프로그램 기본 정보

이름 GOTit Connect GOTit Connect
ID aplmiiijflkhcjcefbeafilofemghepo
공식 URL https://chromewebstore.google.com/detail/gotit-connect/aplmiiijflkhcjcefbeafilofemghepo
설명 Sell your items through GOTit -a leading social commerce marketplace Manage Your Products, Orders And Inventory Easily Real Time…
파일 크기 150 KB
설치 횟수 40
현재 버전 0.1.9
최근 업데이트 2019-06-20
출시 날짜 2019-06-20
개발자 GOTit chrome extention
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.gotitapp.net
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "GOTit Connect",
    "short_name": "GOTit Connect",
    "permissions": [
        "tabs",
        "https:\/\/*.myshopify.com\/*",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "gotit.png",
        "close.png",
        "gotit.css",
        "lightslider.css",
        "lightslider.js",
        "rxjs.umd.min.js",
        "jquery-3.3.1.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myshopify.com\/admin*"
            ],
            "css": [
                "gotit.css",
                "lightslider.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "rxjs.umd.min.js"
            ]
        }
    ],
    "version": "0.1.9"
}