Haystack Chrome Extension

Chrome Extension for Haystack, enabling bookmark syncing, tab saving, and searching within your links and other Haystack items.

Τι είναι το Haystack Chrome Extension;

Το Haystack Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gethaystack.com, και η κύρια λειτουργία του είναι "Chrome Extension for Haystack, enabling bookmark syncing, tab saving, and searching within your links and other Haystack items.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Haystack Chrome Extension

Λήψη αρχείων επέκτασης Haystack Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Your Cloud OS. Organize and manage your tabs, search your browsing history or saved tabs all at once

➤ “Paralyzed by all your piled-up tabs? Clear your mind by sorting and saving them neatly with Haystack”
➤ “Haystack is your long-term memory. You will be able to recall everything”
Haystack “Cloud OS” is a platform where teams and individuals can find, organize and share their tools, knowledge, browsing history, and collaboration history, and take full advantage of all their devices

Haystack is a minimalist tool with zero setup time and little to no learning required to be immediately useful. The extension is linked to your Haystack account so anything you save is safe in the cloud. Haystack uses a no folders, flat hierarchy approach, organizing your content around people, lists, and categories.

The extensions open up in a small dialog streamlined for search and browsing. It won’t overtake your new tab.

HOW TO USE:
CHROME EXTENSION FEATURES
★ Search your open tabs, browsing history or thousands of saved tabs all at once
★ Save all your tabs in your current session with just one click to lists known as stacks, then restore them just as easily. You can also just store the tabs you selected. Haystack allows you to easily put things to the side and come back to them later instead of keeping hundreds of tabs open.
★ Organize your tabs based on teams, projects, people, categories, format, rating, and status, so you can easily find it later. No more tedious task of maintaining a complicated folder hierarchy.
★ Open your tabs from your stacks individually or all at once
★ Collect inspirations, reference materials, and tools as part of your prep for a project, a kickoff or a handoff. You can save anything, docs, articles, folders, photos, videos, PDFs, you name it!
★ Sync your Chrome bookmarks and folders to Haystack
★ For both personal and professional use
★ Save memory by drastically reducing the number of tabs open
★ Set ⌘/Ctrl + H for keyboard shortcut
★ Save 1 hour a day by finding things quicker

WEBAPP “STARTER” FEATURES
★ Everything in the Chrome extension plus...
★ Save both files and links
★ Name your lists and organize them into workspaces known as teams.
★ Share your lists with friends, colleagues, clients, teams, or the entire world

“PRO”, “TEAM” and “ORG” FEATURES
★ Full-text search for your open tabs, browsing history, collaboration history, and saved tabs and documents
★ Connect your favourite tools such as Gmail, Drive, Slack, and others to automatically sync all your content into one place
★ Instantly find anything across all your connected tools with universal search
★ See the latest files and links saved and shared by others across your connected tools in your integration feed

WEBAPP
https://app.gethaystack.com/

GET IN TOUCH
[email protected]
https://linktr.ee/gethaystackdotcom
https://instagram.com/gethaystackdotcom
https://www.linkedin.com/company/gethaystack/
https://www.facebook.com/gethaystack
https://twitter.com/joinhaystack

SUPPORT
https://gethaystack.com/support/

PRIVACY
https://gethaystack.com/privacy/

TERMS
https://gethaystack.com/terms/

LIMITED USE DISCLOSURE
https://gethaystack.com/privacy/#disclosure

SIMILAR TOOLS
Onetab, Toby, Workona, Superdense, Raindrop, Pinboard, Dashworks, Glean                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Haystack Chrome Extension Haystack Chrome Extension
ID jbofdggnilpmefaneoaodohfddieinal
Επίσημο URL https://chromewebstore.google.com/detail/haystack-chrome-extension/jbofdggnilpmefaneoaodohfddieinal
Περιγραφή Chrome Extension for Haystack, enabling bookmark syncing, tab saving, and searching within your links and other Haystack items.
Μέγεθος Αρχείου 1.51 MB
Αριθμός Εγκαταστάσεων 153
Τρέχουσα Έκδοση 1.11.1
Τελευταία Ενημέρωση 2023-03-27
Ημερομηνία Δημοσίευσης 2021-12-18
Αξιολόγηση 4.91/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://gethaystack.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://gethaystack.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://gethaystack.atlassian.net/servicedesk/customer/portal/1
URL της Σελίδας Πολιτικής Απορρήτου https://gethaystack.com/privacy-terms
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Haystack Chrome Extension",
    "description": "Chrome Extension for Haystack, enabling bookmark syncing, tab saving, and searching within your links and other Haystack items.",
    "version": "1.11.1",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "32": "assets\/icons\/32x32.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "commands",
        "history"
    ],
    "options_page": "index.html",
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "windows": "Ctrl+Shift+H",
                "mac": "Command+Shift+H",
                "chromeos": "Ctrl+Shift+H",
                "linux": "Ctrl+Shift+H"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.googleapis.com https:\/\/www.google.com\/s2\/ https:\/\/securetoken.googleapis.com https:\/\/accounts.google.com https:\/\/cdn.firebase.com https:\/\/www.gstatic.com https:\/\/www.googletagmanager.com object-src 'self'"
}