sleekplan
Sleekplan Chrome Extension
What is sleekplan?
sleekplan is a Chrome extension developed by https://sleekplan.com, and its main feature is "Sleekplan Chrome Extension".
Extension Screenshots
Download sleekplan Extension CRX File
Download sleekplan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | sleekplan |
ID | jcgcnmnfhfklllogfdjidciokgbpfnom |
Official URL | https://chromewebstore.google.com/detail/sleekplan/jcgcnmnfhfklllogfdjidciokgbpfnom |
Description | Sleekplan Chrome Extension |
File Size | 1.16 MB |
Installation Count | 100 |
Current Version | 0.1.2 |
Last Updated | 2022-09-08 |
Publish Date | 2021-06-24 |
Developer | https://sleekplan.com |
[email protected] | |
Payment Type | free |
Extension Website | https://sleekplan.com |
Help Page URL | https://help.sleekplan.com |
Privacy Policy Page URL | https://sleekplan.com/privacy |
Supported Languages | 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'" } |