sleekplan
Sleekplan Chrome Extension
什麼是sleekplan?
sleekplan是由https://sleekplan.com開發的Chrome擴展程式,該擴展的主要功能是“Sleekplan Chrome Extension”。
擴展截圖
下載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 |
ID | jcgcnmnfhfklllogfdjidciokgbpfnom |
官方網址 | 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'" } |