Crossover Chrome Extension
Crossover Chrome Extension to get URL from active tab
What is Crossover Chrome Extension?
Crossover Chrome Extension is a Chrome extension developed by crossover, and its main feature is "Crossover Chrome Extension to get URL from active tab".
Extension Screenshots
Download Crossover Chrome Extension Extension CRX File
Download Crossover Chrome Extension 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
Crossover Chrome extension is a helper extension for Crossover productivity tool and is used to fetch URL of the Active Tab in Chrome. Its fetch the URL and pass it to a service already running on port 44340 on the localhost. Crossover productivity tool is used to measure the productivity of contractors working for Crossover or clients of crossover.
Extension Basic Information
Name | Crossover Chrome Extension |
ID | ldioohgilefagnheacoadblbnijeicln |
Official URL | https://chromewebstore.google.com/detail/crossover-chrome-extensio/ldioohgilefagnheacoadblbnijeicln |
Description | Crossover Chrome Extension to get URL from active tab |
File Size | 6.75 KB |
Installation Count | 5,436 |
Current Version | 1.13 |
Last Updated | 2016-08-16 |
Publish Date | 2016-08-15 |
Rating | 3.36/5 Total 11 Ratings |
Developer | crossover |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.crossover.com/x/documents/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crossover Chrome Extension", "short_name": "Crossover", "description": "Crossover Chrome Extension to get URL from active tab", "version": "1.13", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "urlgrabber.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/localhost:43343\/" ] } |