sleekplan

Sleekplan Chrome Extension

sleekplanとは何ですか?

sleekplanはhttps://sleekplan.comによって開発されたChromeの拡張機能で、その主な機能は「Sleekplan Chrome Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

sleekplan拡張機能のCRXファイルをダウンロード

sleekplan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Sleekplan App for Chrome lets you collect user feedback, vote on behalf of a user and share relevant feedback posts anywhere on the web.

* Track feedback everywhere
* Vote on behalf of your users
* Create suggestions on behalf of your users
* Quickly find links to existing posts

Sleekplan is a fairly simple feedback management widget with an integrated product roadmap and changelog which can be embedded straight into your web application. Use the sleek widget to track suggestions, feedback, and bugs and discuss them with your customers. Plus, it' s easy to share a roadmap and keep a changelog.                    

拡張機能の基本情報

名前 sleekplan sleekplan
ID jcgcnmnfhfklllogfdjidciokgbpfnom
公式URL https://chromewebstore.google.com/detail/sleekplan/jcgcnmnfhfklllogfdjidciokgbpfnom
説明 Sleekplan Chrome Extension
ファイルサイズ 1.16 MB
インストール数 100
現在のバージョン 0.1.2
最終更新日 2022-09-08
公開日 2021-06-24
開発者 https://sleekplan.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sleekplan.com
ヘルプページのURL https://help.sleekplan.com
プライバシーポリシーページのURL https://sleekplan.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Sleekplan Chrome Extension",
    "default_locale": "en",
    "permissions": [
        "https:\/\/api.sleekplan.com\/",
        "activeTab"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.1.2",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}