Zimzee - Save Anything In One Click

Capture - Organize - Recall

什么是Zimzee - Save Anything In One Click?

Zimzee - Save Anything In One Click是由Zimzee Inc.开发的Chrome扩展程序,该扩展的主要功能是“Capture - Organize - Recall”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Zimzee - Save Anything In One Click扩展crx文件

下载Zimzee - Save Anything In One Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Zimzee - Save Anything In One Click Zimzee - Save Anything In One Click
ID mnocfefponilgkmehcdbmdojkeodoffd
官方URL https://chromewebstore.google.com/detail/zimzee-save-anything-in-o/mnocfefponilgkmehcdbmdojkeodoffd
简介 Capture - Organize - Recall
文件大小 10.47 MB
安装次数 72
当前版本 1.4
更新时间 2024-02-29
上架时间 2024-02-08
评分 5.00/5 共1次评分
开发者 Zimzee Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.zimzee.com
帮助页面URL https://www.zimzee.com/support
隐私政策页面URL https://www.zimzee.com/privacy-policy
支持的语言 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"
            }
        }
    }
}