Data Copier
Copies data from one site to other!
What is Data Copier?
Data Copier is a Chrome extension developed by Jawed Shaikh, and its main feature is "Copies data from one site to other!".
Extension Screenshots
Download Data Copier Extension CRX File
Download Data Copier 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 copies data from specified websites and paste in to specified websites so this is used by specific users not for all.
Extension Basic Information
Name | |
ID | ginbdgcdgdakfdemfkdnfhjncdjaapci |
Official URL | https://chromewebstore.google.com/detail/data-copier/ginbdgcdgdakfdemfkdnfhjncdjaapci |
Description | Copies data from one site to other! |
File Size | 63.92 KB |
Installation Count | 35 |
Current Version | 1.1 |
Last Updated | 2019-06-01 |
Publish Date | 2019-05-27 |
Developer | Jawed Shaikh |
[email protected] | |
Payment Type | free |
Extension Website | https://inforadiance.com/ |
Help Page URL | https://inforadiance.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Data Copier", "version": "1.1", "description": "Copies data from one site to other!", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.4.1.min.js" ] } ], "browser_action": { "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab", "storage" ] } |