GOTit Connect

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

Apa itu GOTit Connect?

GOTit Connect adalah ekstensi Chrome yang dikembangkan oleh GOTit chrome extention, dan fitur utamanya adalah "Sell your items through GOTit -a leading social commerce marketplace Manage Your Products, Orders And Inventory Easily Real Time…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GOTit Connect

Unduh file ekstensi GOTit Connect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama GOTit Connect GOTit Connect
ID aplmiiijflkhcjcefbeafilofemghepo
URL Resmi https://chromewebstore.google.com/detail/gotit-connect/aplmiiijflkhcjcefbeafilofemghepo
Deskripsi Sell your items through GOTit -a leading social commerce marketplace Manage Your Products, Orders And Inventory Easily Real Time…
Ukuran File 150 KB
Jumlah Instalasi 40
Versi Saat Ini 0.1.9
Terakhir Diperbarui 2019-06-20
Tanggal Publikasi 2019-06-20
Pengembang GOTit chrome extention
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.gotitapp.net
Bahasa yang Didukung 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"
}