Session Copy Plugin
Copies session data from one tab to another
What is Session Copy Plugin?
Session Copy Plugin is a Chrome extension developed by kthprog, and its main feature is "Copies session data from one tab to another".
Extension Screenshots
Download Session Copy Plugin Extension CRX File
Download Session Copy Plugin 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
This plugin allows you to copy all session data from one tab to another in your browser. This makes it easy to test local applications against session data form a production environment.
Extension Basic Information
Name | Session Copy Plugin |
ID | bogpdhabphohphmcnbglpnfigjdjllpf |
Official URL | https://chromewebstore.google.com/detail/session-copy-plugin/bogpdhabphohphmcnbglpnfigjdjllpf |
Description | Copies session data from one tab to another |
File Size | 76.45 KB |
Installation Count | 100 |
Current Version | 2.1 |
Last Updated | 2021-08-30 |
Publish Date | 2021-08-29 |
Developer | kthprog |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Session Copy Plugin", "description": "Copies session data from one tab to another", "version": "2.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "storage", "scripting" ], "host_permissions": [ " |