sleekplan
Sleekplan Chrome Extension
Cos'è sleekplan?
sleekplan è un'estensione di Chrome sviluppata da https://sleekplan.com, e la sua funzione principale è "Sleekplan Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione sleekplan
Scarica i file di estensione sleekplan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | sleekplan |
ID | jcgcnmnfhfklllogfdjidciokgbpfnom |
URL Ufficiale | https://chromewebstore.google.com/detail/sleekplan/jcgcnmnfhfklllogfdjidciokgbpfnom |
Descrizione | Sleekplan Chrome Extension |
Dimensione del File | 1.16 MB |
Conteggio Installazioni | 100 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2022-09-08 |
Data di Pubblicazione | 2021-06-24 |
Sviluppatore | https://sleekplan.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sleekplan.com |
URL della Pagina di Aiuto | https://help.sleekplan.com |
URL della Pagina della Politica sulla Privacy | https://sleekplan.com/privacy |
Lingue Supportate | 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'" } |