Name to Code Tool Firefox

Examine source code of Name to Code Tool

Inspect and view changes in Name to Code Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Name to Code Tool",
  "version": "1.1",
  "description": "ابزار کمکی برای استخراج کد پرسنلی و اطلاعات سازمانی",
  "permissions": [
    "clipboardRead",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://weboffice.bimehma.com/*",
    "https://bpms.bimehma.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "Name to Code Tool",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://weboffice.bimehma.com/*",
        "https://bpms.bimehma.com/*"
      ],
      "js": [
        "ad_data.js",
        "dictionary.js",
        "translit.js",
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "name-to-code-tool@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Name to Code Tool Alternatives

Here are some Firefox add-ons that are similar to Name to Code Tool: