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文件

下載GOTit Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}