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
电子邮箱 [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'"
}