东风CRM-速卖通客服、纠纷、物流、翻译
提高速卖通客服及运营效率,省时省力多出单
东风CRM-速卖通客服、纠纷、物流、翻译란 무엇입니까?
东风CRM-速卖通客服、纠纷、物流、翻译은(는) 东风CRM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "提高速卖通客服及运营效率,省时省力多出单"입니다.
확장 프로그램 스크린샷
东风CRM-速卖通客服、纠纷、物流、翻译 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
如果您喜欢,请给个好评。 提高速卖通客服及运营效率: 1. 一键翻译。 2. 高效模版功能。 3. 一键查询物流并回复。 4. 客户管理功能。 5. 待办事项
확장 프로그램 기본 정보
이름 | 东风CRM-速卖通客服、纠纷、物流、翻译 |
ID | kicbgobnjholijnjikobiecjilmpcabf |
공식 URL | https://chromewebstore.google.com/detail/%E4%B8%9C%E9%A3%8Ecrm-%E9%80%9F%E5%8D%96%E9%80%9A%E5%AE%A2%E6%9C%8D%E3%80%81%E7%BA%A0%E7%BA%B7%E3%80%81%E7%89%A9%E6%B5%81%E3%80%81%E7%BF%BB%E8%AF%91/kicbgobnjholijnjikobiecjilmpcabf |
설명 | 提高速卖通客服及运营效率,省时省力多出单 |
파일 크기 | 486 KB |
설치 횟수 | 2,453 |
현재 버전 | 1.2.6.55 |
최근 업데이트 | 2023-08-27 |
출시 날짜 | 2020-06-30 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | 东风CRM |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dongfengcrm.com |
도움말 페이지 URL | https://dongfengcrm.com |
개인정보 보호 정책 페이지 URL | https://dongfengcrm.com/docs/privacy |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.6.55", "name": "\u4e1c\u98ceCRM-\u901f\u5356\u901a\u5ba2\u670d\u3001\u7ea0\u7eb7\u3001\u7269\u6d41\u3001\u7ffb\u8bd1", "homepage_url": "https:\/\/dongfengcrm.com", "manifest_version": 2, "description": "\u63d0\u9ad8\u901f\u5356\u901a\u5ba2\u670d\u53ca\u8fd0\u8425\u6548\u7387\uff0c\u7701\u65f6\u7701\u529b\u591a\u51fa\u5355", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html", "img\/show_order.png" ], "content_scripts": [ { "matches": [ "https:\/\/csp.aliexpress.com\/*", "https:\/\/msg.aliexpress.com\/*", "https:\/\/message.aliexpress.com\/*", "https:\/\/gsp.aliexpress.com\/apps\/order\/*", "https:\/\/gsp.aliexpress.com\/apps\/im\/window*", "https:\/\/trade.aliexpress.com\/*", "https:\/\/dongfengcrm.com\/*" ], "all_frames": true, "js": [ "inject.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "cookies", "storage", "https:\/\/*.aliexpress.com\/*", "https:\/\/trans.dongfengcrm.com", "https:\/\/translate.googleapis.com\/translate_a\/single", "https:\/\/dongfengcrm.com\/api\/*" ], "externally_connectable": { "matches": [ "https:\/\/dongfengcrm.com\/*" ] }, "content_security_policy": "default-src 'self'; script-src 'self' blob:; connect-src https:\/\/trans.dongfengcrm.com https:\/\/translate.googleapis.com https:\/\/dongfengcrm.com https:\/\/*.aliexpress.com data:; style-src * 'unsafe-inline'; img-src 'self' data:;" } |