Granot Sync Firefox

Examine source code of Granot Sync

Par : Overton77 Add-on
Inspect and view changes in Granot Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Granot Sync",
  "description": "Sync data from Granot CRM to the Vantage server",
  "version": "0.1.2",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "https://eagle.hellomoving.com/*",
    "https://*.granot.com/*",
    "https://*.granot.co.il/*",
    "http://localhost/*",
    "https://vantage-movers-servers.vercel.app/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "granot-sync@vantage.dev",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Granot Sync",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.granot.co.il/*",
        "*://*.granot.com/*",
        "*://eagle.hellomoving.com/*",
        "http://localhost/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/granot-crm.js"
      ]
    }
  ]
}

Meilleures alternatives Granot Sync

Voici quelques Firefox add-ons qui sont similaires à Granot Sync :