Sourcify - Factory Confirm Tool for Alibaba
Factory Confirmation Tool for Alibaba
What is Sourcify - Factory Confirm Tool for Alibaba?
Sourcify - Factory Confirm Tool for Alibaba is a Chrome extension developed by http://sourcify.com, and its main feature is "Factory Confirmation Tool for Alibaba".
Extension Screenshots
Download Sourcify - Factory Confirm Tool for Alibaba Extension CRX File
Download Sourcify - Factory Confirm Tool for Alibaba extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mgppimcmgneocidmaomcbcidobpkokah |
Official URL | https://chrome.google.com/webstore/detail/sourcify-factory-confirm/mgppimcmgneocidmaomcbcidobpkokah |
Description | Factory Confirmation Tool for Alibaba |
File Size | 833 KB |
Installation Count | 1,508 |
Current Version | 1.1.3 |
Last Updated | 2019-05-17 |
Publish Date | 2019-05-17 |
Rating | 2.94/5 Total 18 Ratings |
Developer | http://sourcify.com |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://trysourcify.com/licenses/privacy |
Supported Languages | 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" ] } ] } |