sleekplan

Sleekplan Chrome Extension

Co to jest sleekplan?

sleekplan to rozszerzenie Chrome opracowane przez https://sleekplan.com, a jego główną funkcją jest „Sleekplan Chrome Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia sleekplan

Pobierz pliki rozszerzeń sleekplan w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa sleekplan sleekplan
ID jcgcnmnfhfklllogfdjidciokgbpfnom
Oficjalny URL https://chromewebstore.google.com/detail/sleekplan/jcgcnmnfhfklllogfdjidciokgbpfnom
Opis Sleekplan Chrome Extension
Rozmiar pliku 1.16 MB
Liczba instalacji 100
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2022-09-08
Data Publikacji 2021-06-24
Deweloper https://sleekplan.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sleekplan.com
Adres URL Strony Pomocy https://help.sleekplan.com
Adres URL Strony Polityki Prywatności https://sleekplan.com/privacy
Obsługiwane Języki 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'"
}