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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |