Zimzee - Save Anything In One Click

Capture - Organize - Recall

O que é Zimzee - Save Anything In One Click?

Zimzee - Save Anything In One Click é uma extensão do Chrome desenvolvida por Zimzee Inc., e sua principal característica é "Capture - Organize - Recall".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Zimzee - Save Anything In One Click

Baixe arquivos de extensão Zimzee - Save Anything In One Click no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Declutter your online experience with Zimzee; a single-click solution to save and organize web and social content effortlessly!

Your all-in-one content vault. Zimzee helps you eliminate the chaos of excess, providing a streamlined platform to capture, save, organize, and collaborate on everything and anything.

Save ad inspiration from social media posts and rework them into your own, save notes to write that book or just organize yourself for that DIY project.

With Zimzee, your online life becomes easy.

Key Features:
- Save inspiration in one click: social media ads and posts, screenshots, images, files and more
-Unlimited buckets, cards, full page & regional screenshots, text & save, bookmarks, files, tags
-Save ads and posts from Instagram, X, Facebook and TikTok ad libraries,  and even organic timeline posts while scrolling.
-Permanent saves; saved content will never be lost, stored in the cloud forever even if the content gets taken down
-All ad types supported including videos, images, reels and multi-image carousels
-Save ad copy and automatically save the landing page, too
-Public share with stats
- short links to easily share captured content in emails, social media posts, or chats.
-dark & light mode
-personalize your buckets with colors, images and emoji
- daily e-mail reminders for saved items, ensuring nothing slips through the cracks. Customize frequency and the number of reminders

Zimzee is for everyone! But it especially caters to creatives, businesses, and everyday internet users, transforming innovative ideas and inspiration into reality.

Whether you’re a marketer, entrepreneur, or information seeker, Zimzee simplifies your online journey, making it your new digital best friend.

Save, organize, share, and collaborate effortlessly—welcome to a clutter-free digital world!

Welcome to Zimzee.                    

Informações Básicas da Extensão

Nome Zimzee - Save Anything In One Click Zimzee - Save Anything In One Click
ID mnocfefponilgkmehcdbmdojkeodoffd
URL Oficial https://chromewebstore.google.com/detail/zimzee-save-anything-in-o/mnocfefponilgkmehcdbmdojkeodoffd
Descrição Capture - Organize - Recall
Tamanho do Arquivo 10.47 MB
Contagem de Instalações 72
Versão Atual 1.4
Última Atualização 2024-02-29
Data de Publicação 2024-02-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Zimzee Inc.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.zimzee.com
URL da Página de Ajuda https://www.zimzee.com/support
URL da Página de Política de Privacidade https://www.zimzee.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zimzee - Save Anything In One Click",
    "description": "Capture - Organize - Recall",
    "version": "1.4",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo\/128x128.png",
                "assets\/logo\/32x32.png",
                "assets\/logo\/sponcered-videos.gif",
                "assets\/lib\/jquery.min.js",
                "assets\/lib\/jquery.amsify.suggestags.js",
                "images\/jquery-te.png",
                "images\/Camera.svg",
                "dataModal.html",
                "dataModal.css",
                "facebook.css",
                "popup.js",
                "jquery-te-1.4.0.css",
                "jquery-te-1.4.0.min.js",
                "select-dropdown.css",
                "select-dropdown.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "assets\/logo\/16x16.png",
        "32": "assets\/logo\/32x32.png",
        "48": "assets\/logo\/48x48.png",
        "128": "assets\/logo\/128x128.png"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "assets\/lib\/jquery.min.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/zimzee.com\/*",
                "*:\/\/amazon.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/amazon.co.uk\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/tiktok.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/web.whatsapp.com\/*",
                "*:\/\/*.web.whatsapp.com\/*",
                "*:\/\/wikipedia.org\/*",
                "*:\/\/*.wikipedia.org\/*",
                "*:\/\/realtor.com\/*",
                "*:\/\/*.realtor.com\/*",
                "*:\/\/zillow.com\/*",
                "*:\/\/*.zillow.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/app.zimzee.com\/*"
        ]
    },
    "action": {
        "default_title": "Zimzee",
        "default_icon": {
            "16": "assets\/logo\/16x16.png",
            "32": "assets\/logo\/32x32.png",
            "48": "assets\/logo\/48x48.png",
            "128": "assets\/logo\/128x128.png"
        }
    },
    "commands": {
        "bookmark": {
            "description": "Save URL",
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "mac": "Command+Shift+4"
            }
        },
        "fullpage": {
            "description": "Full Page screenshot",
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            }
        },
        "highlight": {
            "description": "Highlight Text & Save",
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "Command+Shift+3"
            }
        },
        "regional": {
            "description": "Region screenshot",
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            }
        }
    }
}