GOTit Connect

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

GOTit Connect là gì?

GOTit Connect là một tiện ích mở rộng Chrome được phát triển bởi GOTit chrome extention, và tính năng chính của nó là "Sell your items through GOTit -a leading social commerce marketplace Manage Your Products, Orders And Inventory Easily Real Time…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GOTit Connect

Tải xuống các tệp mở rộng GOTit Connect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GOTit Connect GOTit Connect
ID aplmiiijflkhcjcefbeafilofemghepo
URL Chính Thức https://chromewebstore.google.com/detail/gotit-connect/aplmiiijflkhcjcefbeafilofemghepo
Mô tả Sell your items through GOTit -a leading social commerce marketplace Manage Your Products, Orders And Inventory Easily Real Time…
Kích Thước Tệp 150 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2019-06-20
Ngày Phát Hành 2019-06-20
Nhà Phát Triển GOTit chrome extention
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.gotitapp.net
Ngôn Ngữ Được Hỗ Trợ 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"
}