Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New NetScore WMS Mobile",
"description": "NetScore WMS Mobile links NetSuite to performs WareHouse Operations.",
"version": "1.5",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"popup.js"
]
}
],
"action": {
"default_icon": "Netscore WMS Mobile.png",
"default_title": "NetScore WMS Mobile",
"default_popup": "popup.html"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"storage"
],
"manifest_version": 3
}