Page Org manage sync bookmarks across devices

Inline editing name; bulk apply tags Search page by text, URL, domain, tags Sync across devices, Share with friends

ما هو Page Org manage sync bookmarks across devices؟

Page Org manage sync bookmarks across devices هو إضافة Chrome تم تطويرها بواسطة https://pageorg.com، والميزة الرئيسية لها هي "Inline editing name; bulk apply tags Search page by text, URL, domain, tags Sync across devices, Share with friends".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Page Org manage sync bookmarks across devices

قم بتنزيل ملفات الامتداد Page Org manage sync bookmarks across devices بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Maximize your productivity with PageOrg, the powerful extension that manages the browser bookmark pages and view history records across multi devices. 

With multiple search methods, tag management, inline edit and bulk edit, you can easily access, bookmark, organize and edit the web pages you are interested in.

You could also install our app on your phone, to access the browser bookmarked pages on the phone. Or share other app pages to our app, so you can view it on your computer for the experience of a larger screen.

Foster enhanced teamwork through our collaborative tools, available after signing up with us. Keep your bookmarked pages neatly organized within a dedicated Channel, your friends or colleagues could manage the bookmarked pages with you in the same channel.

Support search methods such as, text search, tag selection, domain filter, and date range selection, finding a bookmarked web page has never been easier.

You can easily manage your bookmark pages and view history through inline editing of page names and descriptions, as well as creating and bulk-applying tags across multiple pages. 

The app also encompasses an extensive help center, offering multiple guided flows for your convenience.  

Say goodbye to the frustration of searching for a specific page in your bookmarks or view history. Try PageOrg today and enjoy a seamless browsing experience.


Details: 
1. Manage your bookmark page by inline editing their name, description; create tags and bulk apply tags cross multiple pages.
2. Multiple filters to find a page, by name, description, URL, domain, tags and previous view date range.
3. Bulk manages view history records, cleanup them easily.
4. Callout this app on any page with a shortcut, open the page you need quickly.
5. Sync bookmark across multiple devices, includes computer browser and mobile apps. Bookmark an interest content on PC, and view on your phone, or vice versa
6. Establish a channel and extend invitations to friends and colleagues. Efficiently copy pages in bulk to the channels and collaboratively manage them alongside your teammates.
7. A help center with multiple guide flow.

Support languages: العربية, Deutsch, Español, English, Français,  日本語, 한국어, 简体/繁体中文                    

معلومات أساسية عن التمديد

الاسم Page Org manage sync bookmarks across devices Page Org manage sync bookmarks across devices
ID dplkeopkcdalfhbmfpcenfinodanncej
عنوان URL الرسمي https://chromewebstore.google.com/detail/page-org-manage-sync-book/dplkeopkcdalfhbmfpcenfinodanncej
الوصف Inline editing name; bulk apply tags Search page by text, URL, domain, tags Sync across devices, Share with friends
حجم الملف 2.67 MB
عدد التثبيتات 39
النسخة الحالية 0.9.8
آخر تحديث 2024-02-14
تاريخ النشر 2023-03-02
تقييم 5.00/5 مجموع تقييمات 2
المطور https://pageorg.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.pageorg.com/
عنوان صفحة سياسة الخصوصية https://www.pageorg.com/privacy
اللغات المدعومة de,en,fr,es,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDescription__",
    "version": "0.9.8",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "img\/icon.png",
                "sidebar.html",
                "sidebar.bundle.js",
                "dialog.html",
                "dialog.bundle.js",
                "options.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "bookmarks",
        "contextMenus",
        "history",
        "identity",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "tabs",
        "identity.email"
    ]
}