Chrome Tabs Control(Salesforce)

This extension will let you control chrome tabs using javascript from your Salesforce page or visualforce

What is Chrome Tabs Control(Salesforce)?

Chrome Tabs Control(Salesforce) is a Chrome extension developed by ZedXagE, and its main feature is "This extension will let you control chrome tabs using javascript from your Salesforce page or visualforce".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chrome Tabs Control(Salesforce) Extension CRX File

Download Chrome Tabs Control(Salesforce) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The extension provides the power to control the chrome tabs, that usually in basic javascript it's blocked, it will let you control chrome tabs including close,duplicate or reload with basic javascript in your page (for salesforce domain use only).                    

Extension Basic Information

Name Chrome Tabs Control(Salesforce) Chrome Tabs Control(Salesforce)
ID pjgmomndanhdnpmgonhpndlglpgcifpo
Official URL https://chromewebstore.google.com/detail/chrome-tabs-controlsalesf/pjgmomndanhdnpmgonhpndlglpgcifpo
Description This extension will let you control chrome tabs using javascript from your Salesforce page or visualforce
File Size 9.15 KB
Installation Count 75
Current Version 1.5
Last Updated 2021-10-17
Publish Date 2017-06-06
Rating 5.00/5 Total 1 Ratings
Developer ZedXagE
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Tabs Control(Salesforce)",
    "description": "This extension will let you control chrome tabs using javascript from your Salesforce page or visualforce",
    "version": "1.5",
    "background": {
        "scripts": [
            "zed.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "Chrometabs.png",
        "default_popup": "ZedXagE.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.salesforce.com\/*",
            "*:\/\/*.force.com\/*",
            "*:\/\/*.visualforce.com\/*"
        ]
    }
}