SHIPNEXT Connect
SHIPNEXT Connect module for Gmail
What is SHIPNEXT Connect?
SHIPNEXT Connect is a Chrome extension developed by SHIPNEXT, and its main feature is "SHIPNEXT Connect module for Gmail".
Extension Screenshots
Download SHIPNEXT Connect Extension CRX File
Download SHIPNEXT Connect 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
SHIPNEXT Connect - Mail parsing module
Extension Basic Information
Name | |
ID | dogcbienikajigofjfkbhlcfapngebof |
Official URL | https://chrome.google.com/webstore/detail/shipnext-connect/dogcbienikajigofjfkbhlcfapngebof |
Description | SHIPNEXT Connect module for Gmail |
File Size | 65.72 KB |
Installation Count | 124 |
Current Version | 0.5.1 |
Last Updated | 2020-09-10 |
Publish Date | 2019-03-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | SHIPNEXT |
[email protected] | |
Payment Type | free |
Extension Website | http://shipnext.com |
Help Page URL | https://shipnext.com/help |
Privacy Policy Page URL | https://shipnext.com/legal |
Supported Languages | en |
manifest.json | |
{ "name": "SHIPNEXT Connect", "description": "SHIPNEXT Connect module for Gmail", "version": "0.5.1", "manifest_version": 2, "permissions": [], "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "web_accessible_resources": [ "static\/*", "*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "js\/isolator.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "inboxsdk.js", "js\/app.js" ], "run_at": "document_idle" } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkwx7rSsMSbq\/9dYCT\/h75tVgB6wAW\/Mi6DpHkRJocrVIJwHEvK8r+i+uc+nqCGnMfNozbgcfX6NT2RDWZVdH3JsgYfVE2qOFf8ZwQ1pxvLXM0Pecn8n4J5G1g1yMlu5eZnMWdN905ErKrYv7J3\/o\/ZeCB8zKaH9+AXqcFZXEd2uwN13z\/ka2ygvH7D7tV5iIqJU5K6u9\/8F5JIwLogVJJ7jtY39v6KeapRaHZY3wEMbTxGK6UTK7LZ3IBiLiZqlsaGq\/Eehoii1bsSAEbZe7LKXi4fCqeElb5eJE9IdQWwgJ8nOGCB2gMUhYLGDSCYnbJVBDZwmZGitmO5TvM0y3MwIDAQAB", "icons": { "16": "assets\/favicon16.png", "48": "assets\/favicon48.png", "128": "assets\/favicon128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |