iStores Funnelyzer

iStores Funnelyzer

דוח מתקדם לתהליכי הרכישה של הלקוחות בחנות האינטרנטית

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "iStores Funnelyzer",
  "version": "1.0.7",
  "description": "דוח מתקדם לתהליכי הרכישה של הלקוחות בחנות האינטרנטית",
  "permissions": [
    "storage",
    "https://api.funnelyzer.ai/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/16.png",
      "32": "img/32.png",
      "128": "img/128.png"
    }
  },
  "web_accessible_resources": [
    "Assistant-VariableFont_wght.ttf"
  ],
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "128": "img/128.png"
  },
  "options_page": "options.html",
  "manifest_version": 2
}