Box Level Buddy

Box Level Buddy

This extension helps Amazon sellers using Fullfillment by Amazon input and submit inbound shipment box-level information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Box Level Buddy",
  "short_name": "BoxLvlBuddy",
  "description": "This extension helps Amazon sellers using Fullfillment by Amazon input and submit inbound shipment box-level information.",
  "version": "1.2.0.35",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "DomHelper.js",
      "background.js",
      "js/DYMO.Label.Framework_2.0.2.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/blb_ext_icon.png",
    "default_popup": "login.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "identity",
    "activeTab",
    "https://sellercentral.amazon.com/",
    "tabs",
    "storage"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtHK5p2PUBYN6ayrwf73SiZ5u5UNY3gN0iXN00lUDBrBRSu6DP8eL0beC0XXMmoYhQPyESnj1u9lBEpe6+8HDOUyfKcibs5PK85a7M+FQikiniuNb918isyOOsDEUE/cbDQa7i9rzTeXXB0i+pOHruGgnWkr+LMBk5rbBbHNPFK4hafw1zJEaW/yntNT3IiIYW3+Elp6XQ1wYqFJ3qNh3XfBYL63aH3pI8xG4VB51CwVoziE1RhYUfdoqhnA3nQ4XFQt75+v5ZfPsWaADCAGyJ/Ij5NO3PA01b1dNkU0+Hx1bajKZLRbiQzcMFfbXVqlMARzXxoBGLgqtAaiQRBPSNQIDAQAB",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/custominjected.css"
      ],
      "js": [
        "contentscript1.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "/oauth2/*",
    "*",
    "main.js",
    "model.js",
    "view.js",
    "controller.js",
    "popup.html",
    "2dLabel.html",
    "printLabel.js"
  ]
}