Copy Protected Google Sheets
Unlock Google sheets file, now you can copy any file easly!
什么是Copy Protected Google Sheets?
Copy Protected Google Sheets是由omdsupplier开发的Chrome扩展程序,该扩展的主要功能是“Unlock Google sheets file, now you can copy any file easly!”。
扩展截图
下载Copy Protected Google Sheets扩展crx文件
下载Copy Protected Google Sheets扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unlock Protected Google Sheets files which are in "View Only" status
扩展基本信息
名称 | Copy Protected Google Sheets |
ID | ppgdleildmcgicddacalcgecpejmicoo |
官方URL | https://chromewebstore.google.com/detail/copy-protected-google-she/ppgdleildmcgicddacalcgecpejmicoo |
简介 | Unlock Google sheets file, now you can copy any file easly! |
文件大小 | 8.79 KB |
安装次数 | 921 |
当前版本 | 1.0.0 |
更新时间 | 2022-09-25 |
上架时间 | 2022-09-17 |
评分 | 4.20/5 共5次评分 |
开发者 | omdsupplier |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Protected Google Sheets", "description": "Unlock Google sheets file, now you can copy any file easly!", "version": "1.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ] } |