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…」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |