Volley extension
Volley lets you give fast, easy feedback for your website.
Volley extensionとは何ですか?
Volley extensionはhttps://meetvolley.comによって開発されたChromeの拡張機能で、その主な機能は「Volley lets you give fast, easy feedback for your website.」です。
拡張機能のスクリーンショット
Volley extension拡張機能のCRXファイルをダウンロード
Volley extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simply create a project, invite your team and use the chrome extension to start annotating your website. Your notes are sent to an easy-to-use collaborative workspace where your entire team can review and resolve the notes with ease.
拡張機能の基本情報
名前 | Volley extension |
ID | gipdjalmbiackhnmpjlpafmiaciejfdf |
公式URL | https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf |
説明 | Volley lets you give fast, easy feedback for your website. |
ファイルサイズ | 1.99 MB |
インストール数 | 2,320 |
現在のバージョン | 1.1.36 |
最終更新日 | 2024-02-16 |
公開日 | 2020-06-16 |
評価 | 3.91/5 合計 22 レビュー |
開発者 | https://meetvolley.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://meetvolley.com/ |
プライバシーポリシーページのURL | https://meetvolley.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Volley extension", "description": "Volley lets you give fast, easy feedback for your website.", "version": "1.1.36", "permissions": [ "tabs", "activeTab", "tabCapture", "cookies", "storage", "desktopCapture", "*:\/\/*.meetvolley.com\/" ], "web_accessible_resources": [ "static\/**\/*", "mic.html", "mic.js" ], "browser_action": [], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ " |