Productdesign.tips (No new tab override)

Modern bookmark manager for UX & Product designers

Was ist Productdesign.tips (No new tab override)?

Productdesign.tips (No new tab override) ist eine Chrome-Erweiterung, die von https://productdesign.tips entwickelt wurde, und ihr Hauptmerkmal ist "Modern bookmark manager for UX & Product designers".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Productdesign.tips (No new tab override)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Productdesign.tips (No new tab override)-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

                        Productdesign.tips 3 — Modern bookmark manager for UX & Product designers with a daily curated collection of links from the world of User Experience and Product design, beautifully mixed with shots from Dribbble and Behance.

By installing the extension, you agree to Productdesign.tips Terms and Conditions (https://productdesign.tips/html/terms-of-service).

What’s new:

★ Workspaces
Create a workspace for each of your design projects. Keep all links to your resources and deliverables across all process steps right in your new tab. 

★ Workflow 
Manage working sessions. Open all links from any part of your design process in one click. 

★ Tools
Sometimes links are not enough. You can add text notes, todo lists, images and embed video to your workspaces for a quick preview and better track of your progress. 

★ Templates
Forget how to conduct quantitative user research? Where to start with A/B testing or how to handoff mockups to developers? Templates will help. With checklist basic actions to accomplish any part of the UX process. Links to relevant articles, tools, and examples of deliverables. 

★ Case Studies
Convert your workspace into a sharable article (mobile, desktop and tabs friendly) in one click. No hustle on Medium or Behance to describe your Case study.

— "Maybe 2020 will be the year when you finally update your UX portfolio."

------------------------------------------

ATTENTION:

Productdesign.tips will replace your default tab, it will become your homepage, so you don't miss anything. But if you don’t want this, check the light version of the extension: https://chrome.google.com/webstore/detail/fbcfbleenflnpoliplidedoakfodpagd/

------------------------------------------

Privacy Policy: 
https://productdesign.tips/html/privacy-policy

Terms of service:
https://productdesign.tips/html/privacy-policy

Support:
[email protected] 

------------------------------------------

Permissions & user data

Productdesign.tips uses the minimum permissions to provide extension services. 

newtab: Used to display Productdesign.tips when opening a new tab in the browser.
storage: Used to store the latest content information received from the Productdesign.tips API server.
webRequest: Communicates with the Productdesign.tips API server to collect the user's content subscription experience.
webRequestBlocking: Pass app version and user token together when accessing Productdesign.tips server.                    

Grundlegende Informationen zur Erweiterung

Name Productdesign.tips (No new tab override) Productdesign.tips (No new tab override)
ID fbcfbleenflnpoliplidedoakfodpagd
Offizielle URL https://chromewebstore.google.com/detail/productdesigntips-no-new/fbcfbleenflnpoliplidedoakfodpagd
Beschreibung Modern bookmark manager for UX & Product designers
Dateigröße 4.16 MB
Installationsanzahl 486
Aktuelle Version 4.5.0.1
Letztes Update 2020-04-21
Veröffentlichungsdatum 2020-04-17
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://productdesign.tips
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://productdesign.tips
Hilfeseite URL https://join.slack.com/t/productdesigntips/shared_invite/zt-90k78b9g-TvbJG_m_w15HZU3EjDGdHw
URL der Datenschutzrichtlinien-Seite https://productdesign.tips/html/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Productdesign.tips (No new tab override)",
    "version": "4.5.0.1",
    "manifest_version": 2,
    "description": "Modern bookmark manager for UX & Product designers",
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/firebasejs\/7.10.0\/firebase-app.js",
            "js\/firebasejs\/7.10.0\/firebase-database.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/product-icon-16.png",
        "48": "images\/product-icon-48.png",
        "120": "images\/product-icon-120.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/product-icon-16.png",
            "32": "images\/product-icon-32.png"
        },
        "default_title": "Productdesign.tips light"
    },
    "content_security_policy": "script-src 'self' 'sha256-4aOuMise5tN34u5oigcjda\/XuteGvyJr38TTUeFTvHw=' https:\/\/www.google-analytics.com\/ https:\/\/stats.g.doubleclick.net\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com  https:\/\/firebasestorage.googleapis.com https:\/\/raw.githack.com https:\/\/js.stripe.com\/v3 https:\/\/cdn.paddle.com\/paddle\/paddle.js; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com https:\/\/favicongrabber.com\/api\/grab\/ https:\/\/www.google.com\/s2\/favicons https:\/\/url-title.now.sh https:\/\/*;",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "https:\/\/url-title.now.sh\/",
        "https:\/\/*\/"
    ]
}