Sourcify - Factory Confirm Tool for Alibaba
Factory Confirmation Tool for Alibaba
Sourcify - Factory Confirm Tool for Alibaba란 무엇입니까?
Sourcify - Factory Confirm Tool for Alibaba은(는) http://sourcify.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Factory Confirmation Tool for Alibaba"입니다.
확장 프로그램 스크린샷
Sourcify - Factory Confirm Tool for Alibaba 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Your garuanteed way to confirm if a factory on Alibaba is legit. Features: - Use advanced data analysis and artificial intelligence to see the likelihood a factory is ligetimate. - Get instant factory insight on Alibaba companies as your browse. - Recieve in depth metrics about factories you have checked. - Get real time confirmation as your browse Alibaba.
확장 프로그램 기본 정보
이름 | |
ID | mgppimcmgneocidmaomcbcidobpkokah |
공식 URL | https://chrome.google.com/webstore/detail/sourcify-factory-confirm/mgppimcmgneocidmaomcbcidobpkokah |
설명 | Factory Confirmation Tool for Alibaba |
파일 크기 | 833 KB |
설치 횟수 | 1,508 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2019-05-17 |
출시 날짜 | 2019-05-17 |
평점 | 2.94/5 총 18 개의 평점 |
개발자 | http://sourcify.com |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://trysourcify.com/licenses/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sourcify - Factory Confirm Tool for Alibaba", "short_name": "Sourcify Factory Confirm", "description": "Factory Confirmation Tool for Alibaba", "version": "1.1.3", "browser_action": { "default_icon": "images\/icon-19.png", "default_popup": "views\/popup.html" }, "web_accessible_resources": [ "images\/fc-logo-4.png", "images\/fc-logo-5.png", "fonts\/Lato-Bold.ttf", "fonts\/Dosis-Medium.otf", "fonts\/Lato-Regular.ttf" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "permissions": [ "tabs", "storage", "https:\/\/api.trysourcify.com\/v1\/*", "https:\/\/analytics.trysourcify.com\/*", "*:\/\/*\/*" ], "background": { "scripts": [ "libs\/jquery-3.2.1.min.js", "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.alibaba.com\/*", "*:\/\/*.en.alibaba.com\/*" ], "css": [ "styles\/content.css" ], "js": [ "libs\/jquery-3.2.1.min.js", "scripts\/content.js" ] } ] } |