Shopify integration for Gmail
With Storeye you can view and edit your Shopify store information directly in Gmail.
Shopify integration for Gmail란 무엇입니까?
Shopify integration for Gmail은(는) https://storakle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With Storeye you can view and edit your Shopify store information directly in Gmail."입니다.
확장 프로그램 스크린샷
Shopify integration for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Storeye integrates your Shopify store with Gmail. With Storeye you can: 1. View customer information for the email you are currently working with in Gmail. 2. Edit customer information. 3. View order information for the current customer. This information includes complete, open, cancelled, abandoned orders. 4. Edit information for each order. 5. View abandoned checkouts for the current customer. 6. View a customer information summary. 6. Search for customer information by customer name, email or domain name. With precise and instant information, Gmail users and store managers can get the complete picture from their Shopify store, thus perform an informed and effective sales and customer service operation.
확장 프로그램 기본 정보
이름 | Shopify integration for Gmail |
ID | iaipokgkdlncejbfdaamcdiaapjjcaje |
공식 URL | https://chromewebstore.google.com/detail/shopify-integration-for-g/iaipokgkdlncejbfdaamcdiaapjjcaje |
설명 | With Storeye you can view and edit your Shopify store information directly in Gmail. |
파일 크기 | 95.49 KB |
설치 횟수 | 183 |
현재 버전 | 1.0.0.6 |
최근 업데이트 | 2018-02-24 |
출시 날짜 | 2018-02-23 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | https://storakle.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://storeye.storakle.com/ |
개인정보 보호 정책 페이지 URL | https://storeye.storakle.com/privacypolicy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify integration for Gmail", "short_name": "Storeye", "version": "1.0.0.6", "manifest_version": 2, "description": "With Storeye you can view and edit your Shopify store information directly in Gmail.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "background", "https:\/\/api.storeye.storakle.com\/", "https:\/\/www.storeye.storakle.com\/extensionui\/", "http:\/\/mail.google.com\/", "https:\/\/mail.google.com\/" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "js": [ "main.js" ] }, { "matches": [ "http:\/\/www.storeye.storakle.com\/*", "https:\/\/www.storeye.storakle.com\/*", "http:\/\/storeye.storakle.com\/*", "https:\/\/storeye.storakle.com\/*" ], "js": [ "storakleInstallation.js" ] } ] } |