think-cell

think-cell

Extension for the think-cell application on your Windows PC or Mac. (think-cell installation required)

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "think-cell",
  "description": "Extension for the think-cell application on your Windows PC or Mac. (think-cell installation required)",
  "version": "1.12",
  "permissions": [
    "activeTab",
    "nativeMessaging",
    "https://*/",
    "http://*/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "icon_button_thinkcell_16.png",
      "32": "icon_button_thinkcell_32.png"
    },
    "default_title": "Create a think-cell chart linked to a Tableau chart or import an image"
  },
  "icons": {
    "16": "icon_button_thinkcell_16.png",
    "24": "icon_button_thinkcell_24.png",
    "32": "icon_button_thinkcell_32.png",
    "48": "icon_button_thinkcell_48.png",
    "128": "icon_button_thinkcell_128.png"
  },
  "web_accessible_resources": [
    "inject.js",
    "content.css",
    "checkmark.blob.png"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "https://www.think-cell.com/*"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7166074E-49FE-4BC8-9006-27A0D5F8A6B8}",
      "strict_min_version": "84.0"
    }
  }
}