sleekplan
Sleekplan Chrome Extension
Was ist sleekplan?
sleekplan ist eine Chrome-Erweiterung, die von https://sleekplan.com entwickelt wurde, und ihr Hauptmerkmal ist "Sleekplan Chrome Extension".
Erweiterungsscreenshots
sleekplan-Erweiterungs-CRX-Datei herunterladen
Laden Sie sleekplan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | sleekplan |
ID | jcgcnmnfhfklllogfdjidciokgbpfnom |
Offizielle URL | https://chromewebstore.google.com/detail/sleekplan/jcgcnmnfhfklllogfdjidciokgbpfnom |
Beschreibung | Sleekplan Chrome Extension |
Dateigröße | 1.16 MB |
Installationsanzahl | 100 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2022-09-08 |
Veröffentlichungsdatum | 2021-06-24 |
Entwickler | https://sleekplan.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://sleekplan.com |
Hilfeseite URL | https://help.sleekplan.com |
URL der Datenschutzrichtlinien-Seite | https://sleekplan.com/privacy |
Unterstützte Sprachen | 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'" } |