GoProfiles
The official goprofiles.io browser extension.
GoProfilesとは何ですか?
GoProfilesはhttps://goprofiles.ioによって開発されたChromeの拡張機能で、その主な機能は「The official goprofiles.io browser extension.」です。
拡張機能のスクリーンショット
GoProfiles拡張機能のCRXファイルをダウンロード
GoProfiles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
GoProfiles® fosters employee connection through meaningful information, peer recognition, and milestone celebrations. When installed you'll easily be able to search up coworkers on all sites.
拡張機能の基本情報
名前 | GoProfiles |
ID | enkacdoaheoafkgnebkjglljpgfmkpgn |
公式URL | https://chromewebstore.google.com/detail/goprofiles/enkacdoaheoafkgnebkjglljpgfmkpgn |
説明 | The official goprofiles.io browser extension. |
ファイルサイズ | 2.53 MB |
インストール数 | 52 |
現在のバージョン | 0.0.7 |
最終更新日 | 2023-11-21 |
公開日 | 2022-11-14 |
開発者 | https://goprofiles.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.goprofiles.io |
ヘルプページのURL | https://www.goprofiles.io/technical |
プライバシーポリシーページのURL | https://www.golinks.io/privacy.php |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GoProfiles", "description": "The official goprofiles.io browser extension.", "homepage_url": "http:\/\/www.goprofiles.io", "version": "0.0.7", "icons": { "16": "icons\/goprofiles-logo-16.png", "32": "icons\/goprofiles-logo-32.png", "128": "icons\/goprofiles-logo-128.png", "256": "icons\/goprofiles-logo-256.png", "512": "icons\/goprofiles-logo-512.png" }, "action": { "default_icon": "icons\/goprofiles-logo-512.png", "default_popup": "popup.html" }, "omnibox": { "keyword": "go\/@" }, "host_permissions": [ "*:\/\/*.github.com\/*", "*:\/\/github.com\/*", "*:\/\/*.atlassian.net\/*", "*:\/\/*.slack.com\/*" ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; connect-src https:\/\/*.goprofiles.io; object-src 'self';" }, "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*", "*:\/\/github.com\/*" ], "js": [ "github.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.atlassian.net\/*" ], "js": [ "jira.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.slack.com\/*" ], "js": [ "slack.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "icons\/icon16.png", "images\/*" ], "matches": [ " |