Crammer: Save time using AI

Crammer: Save time using AI

Provides text analytics to the webpage using artificial intelligence to quickly find what you are looking for and save time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Crammer: Save time using AI",
  "short_name": "Crammer",
  "version": "1.78",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqgEAgU0QVRxBxvdoikaBGobvIUZZyfbvqd6J4Q1cy5eIzwxw81pYivkrUQuly1ugXmoFMsOqJQoXf7QhxSMOP4Xo6jjGg/XXYAJgT0TPL5yfOJEJA6z7T2r1LTdr/ZXnBhkOgOmmmTWImh1V4w7EGSzjTVM7vUai+nOqZKqtGoE9ggrH+Bg8coKLbXjnIjbkVf0coXjkYSBAOjKrwN4bJEmOXVeukjT+po+XLcg9jXO4gH+N9D4tevWPP2EpE3qgYelA2Ip1tKhTi1iReF0/eX4anEYFYNBSapXmCCtEqtehnxwfTRutLoL6XmwtctDD5x2N5HonFTD2/jZ/DkDCfQIDAQAB",
  "oauth2": {
    "client_id": "898527927749-d2e2iteojqurmojig1vc0ct4h3bljutg.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "description": "Provides text analytics to the webpage using artificial intelligence to quickly find what you are looking for and save time",
  "icons": {
    "16": "Images/icon16.png",
    "48": "Images/icon48.png",
    "128": "Images/icon128.png"
  },
  "action": {
    "default_icon": "Images/icon48.png",
    "default_popup": "popup.html",
    "default_title": "Crammer"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "identity",
    "identity.email",
    "storage"
  ],
  "host_permissions": [
    "https://www.googleapis.com/",
    "https://crammer-api-dev.azurewebsites.net/api/*"
  ]
}