Scrt.link - Share a secret!
A chrome extension for scrt.link
什麼是Scrt.link - Share a secret!?
Scrt.link - Share a secret!是由https://scrt.link開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension for scrt.link”。
擴展截圖
下載Scrt.link - Share a secret!擴展crx文件
下載Scrt.link - Share a secret!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Scrt.link lets you share sensitive information online. Keep confidential information out of email, Slack, Teams, Whatsapp or any other communication channel. A one-time disposable link guarantees your secrets can only ever be accessed once - before being destroyed forever. 擴展基本資訊
| 名稱 | |
| ID | gkpenncdoafjgnphhnmoiocbfbojggip |
| 官方網址 | https://chromewebstore.google.com/detail/scrtlink-share-a-secret/gkpenncdoafjgnphhnmoiocbfbojggip |
| 簡介 | A chrome extension for scrt.link |
| 檔案大小 | 94.34 KB |
| 安裝次數 | 102 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2021-06-23 |
| 上架時間 | 2021-06-20 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | https://scrt.link |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://scrt.link |
| 說明頁面URL | https://scrt.link/contact |
| 隱私政策頁面URL | https://scrt.link/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A chrome extension for scrt.link",
"version": "1.0.1",
"manifest_version": 3,
"name": "Scrt.link - Share a secret!",
"options_page": "options.html",
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"icon-128.png",
"icon-34.png"
],
"matches": []
}
],
"content_scripts": [
{
"matches": [
"https:\/\/scrt.link\/*"
],
"css": [
"content.styles.css"
]
}
]
} | |