Bookmark Manager Speed Dial | Papaly

Bookmark Manager that helps with Organization, Syncing across browsers and platforms

Was ist Bookmark Manager Speed Dial | Papaly?

Bookmark Manager Speed Dial | Papaly ist eine Chrome-Erweiterung, die von https://papaly.com entwickelt wurde, und ihr Hauptmerkmal ist "Bookmark Manager that helps with Organization, Syncing across browsers and platforms".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Bookmark Manager Speed Dial | Papaly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmark Manager Speed Dial | Papaly-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

                        Papaly.com is a personalized start page that is your go-to bookmark manager that fits all your needs. You’re able to sync your bookmarks fast and easy with step by step instructions! You're able to access your bookmarks from any platform that has internet access. Get one of the best Productivity tools on Chrome! With Papaly, you can use features including:

★ Share & Publish
Publish the board you want to share, by a shortened link. Even share your board through Social Media Profiles and other channels.

★ Co-ownership and Private Boards
Share and invite others to your board that is either public or private.

★ Reduce Open Tab Clutter and Save Memory
Try out our pack and unpack of your current tabs feature. This will help you with reducing Google Chrome memory usage along with storing your tabs in cloud.

★ Ability to turn off New Tab and Results in Search
No other Chrome Extension and Bookmark Manager has this feature available.

★ Social Bookmarks
Be able to sync up your Social Media accounts to get all in one access to them.

Some other features:

✔ Populate Boards from Browser's Bookmark
✔ Sync Searches and Bookmarks Cross Browsers
✔ Explore Content
✔ New Tab Speed Dial Functionality
✔ Drag and Drop Searches with Bookmarks
✔ Customizable Themes
✔ Bookmark Manager Edit Mode
✔ Rename Categories and Links
✔ Bookmarking Made Easy
✔ Display Name Customization

==============================
Start Page Application Download:
https://chrome.google.com/webstore/detail/bookmark-sync-speed-dial/ebaemiclbgheekdodbcengpahonmfnla
==============================                    

Grundlegende Informationen zur Erweiterung

Name Bookmark Manager Speed Dial | Papaly Bookmark Manager Speed Dial | Papaly
ID pdcohkhhjbifkmpakaiopnllnddofbbn
Offizielle URL https://chromewebstore.google.com/detail/bookmark-manager-speed-di/pdcohkhhjbifkmpakaiopnllnddofbbn
Beschreibung Bookmark Manager that helps with Organization, Syncing across browsers and platforms
Dateigröße 640 KB
Installationsanzahl 45,463
Aktuelle Version 6.0.1
Letztes Update 2020-03-21
Veröffentlichungsdatum 2020-03-19
Bewertung 4.53/5 Insgesamt 2217 Bewertungen
Entwickler https://papaly.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.papaly.com
Hilfeseite URL http://papaly.uservoice.com/forums/230499-general
URL der Datenschutzrichtlinien-Seite https://papaly.com/privacy
Unterstützte Sprachen id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "6.0.1",
    "short_name": "New Tab Bookmark Speed Dial | Papaly",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "assets\/default-16.png",
        "48": "assets\/default-48.png",
        "128": "assets\/default-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "management",
        "history",
        "topSites",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "chrome:\/\/favicon\/*"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/add-19.png",
            "38": "assets\/add-38.png"
        },
        "default_title": "Save this URL",
        "default_popup": "newitem_01.html"
    },
    "web_accessible_resources": [
        "assets\/logo-*.png",
        "content_search\/*.ejs"
    ],
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.bing.com\/search*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.ad\/*",
                "*:\/\/*.google.ae\/*",
                "*:\/\/*.google.com.af\/*",
                "*:\/\/*.google.com.ag\/*",
                "*:\/\/*.google.com.ai\/*",
                "*:\/\/*.google.al\/*",
                "*:\/\/*.google.am\/*",
                "*:\/\/*.google.co.ao\/*",
                "*:\/\/*.google.com.ar\/*",
                "*:\/\/*.google.as\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.az\/*",
                "*:\/\/*.google.ba\/*",
                "*:\/\/*.google.com.bd\/*",
                "*:\/\/*.google.be\/*",
                "*:\/\/*.google.bf\/*",
                "*:\/\/*.google.bg\/*",
                "*:\/\/*.google.com.bh\/*",
                "*:\/\/*.google.bi\/*",
                "*:\/\/*.google.bj\/*",
                "*:\/\/*.google.com.bn\/*",
                "*:\/\/*.google.com.bo\/*",
                "*:\/\/*.google.com.br\/*",
                "*:\/\/*.google.bs\/*",
                "*:\/\/*.google.bt\/*",
                "*:\/\/*.google.co.bw\/*",
                "*:\/\/*.google.by\/*",
                "*:\/\/*.google.com.bz\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.cd\/*",
                "*:\/\/*.google.cf\/*",
                "*:\/\/*.google.cg\/*",
                "*:\/\/*.google.ch\/*",
                "*:\/\/*.google.ci\/*",
                "*:\/\/*.google.co.ck\/*",
                "*:\/\/*.google.cl\/*",
                "*:\/\/*.google.cm\/*",
                "*:\/\/*.google.cn\/*",
                "*:\/\/*.google.com.co\/*",
                "*:\/\/*.google.co.cr\/*",
                "*:\/\/*.google.com.cu\/*",
                "*:\/\/*.google.cv\/*",
                "*:\/\/*.google.com.cy\/*",
                "*:\/\/*.google.cz\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.dj\/*",
                "*:\/\/*.google.dk\/*",
                "*:\/\/*.google.dm\/*",
                "*:\/\/*.google.com.do\/*",
                "*:\/\/*.google.dz\/*",
                "*:\/\/*.google.com.ec\/*",
                "*:\/\/*.google.ee\/*",
                "*:\/\/*.google.com.eg\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.com.et\/*",
                "*:\/\/*.google.fi\/*",
                "*:\/\/*.google.com.fj\/*",
                "*:\/\/*.google.fm\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.ga\/*",
                "*:\/\/*.google.ge\/*",
                "*:\/\/*.google.gg\/*",
                "*:\/\/*.google.com.gh\/*",
                "*:\/\/*.google.com.gi\/*",
                "*:\/\/*.google.gl\/*",
                "*:\/\/*.google.gm\/*",
                "*:\/\/*.google.gp\/*",
                "*:\/\/*.google.gr\/*",
                "*:\/\/*.google.com.gt\/*",
                "*:\/\/*.google.gy\/*",
                "*:\/\/*.google.com.hk\/*",
                "*:\/\/*.google.hn\/*",
                "*:\/\/*.google.hr\/*",
                "*:\/\/*.google.ht\/*",
                "*:\/\/*.google.hu\/*",
                "*:\/\/*.google.co.id\/*",
                "*:\/\/*.google.ie\/*",
                "*:\/\/*.google.co.il\/*",
                "*:\/\/*.google.im\/*",
                "*:\/\/*.google.co.in\/*",
                "*:\/\/*.google.iq\/*",
                "*:\/\/*.google.is\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.je\/*",
                "*:\/\/*.google.com.jm\/*",
                "*:\/\/*.google.jo\/*",
                "*:\/\/*.google.co.jp\/*",
                "*:\/\/*.google.co.ke\/*",
                "*:\/\/*.google.com.kh\/*",
                "*:\/\/*.google.ki\/*",
                "*:\/\/*.google.kg\/*",
                "*:\/\/*.google.co.kr\/*",
                "*:\/\/*.google.com.kw\/*",
                "*:\/\/*.google.kz\/*",
                "*:\/\/*.google.la\/*",
                "*:\/\/*.google.com.lb\/*",
                "*:\/\/*.google.li\/*",
                "*:\/\/*.google.lk\/*",
                "*:\/\/*.google.co.ls\/*",
                "*:\/\/*.google.lt\/*",
                "*:\/\/*.google.lu\/*",
                "*:\/\/*.google.lv\/*",
                "*:\/\/*.google.com.ly\/*",
                "*:\/\/*.google.co.ma\/*",
                "*:\/\/*.google.md\/*",
                "*:\/\/*.google.me\/*",
                "*:\/\/*.google.mg\/*",
                "*:\/\/*.google.mk\/*",
                "*:\/\/*.google.ml\/*",
                "*:\/\/*.google.com.mm\/*",
                "*:\/\/*.google.mn\/*",
                "*:\/\/*.google.ms\/*",
                "*:\/\/*.google.com.mt\/*",
                "*:\/\/*.google.mu\/*",
                "*:\/\/*.google.mv\/*",
                "*:\/\/*.google.mw\/*",
                "*:\/\/*.google.com.mx\/*",
                "*:\/\/*.google.com.my\/*",
                "*:\/\/*.google.co.mz\/*",
                "*:\/\/*.google.com.na\/*",
                "*:\/\/*.google.com.nf\/*",
                "*:\/\/*.google.com.ng\/*",
                "*:\/\/*.google.com.ni\/*",
                "*:\/\/*.google.ne\/*",
                "*:\/\/*.google.nl\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.com.np\/*",
                "*:\/\/*.google.nr\/*",
                "*:\/\/*.google.nu\/*",
                "*:\/\/*.google.co.nz\/*",
                "*:\/\/*.google.com.om\/*",
                "*:\/\/*.google.com.pa\/*",
                "*:\/\/*.google.com.pe\/*",
                "*:\/\/*.google.com.pg\/*",
                "*:\/\/*.google.com.ph\/*",
                "*:\/\/*.google.com.pk\/*",
                "*:\/\/*.google.pl\/*",
                "*:\/\/*.google.pn\/*",
                "*:\/\/*.google.com.pr\/*",
                "*:\/\/*.google.ps\/*",
                "*:\/\/*.google.pt\/*",
                "*:\/\/*.google.com.py\/*",
                "*:\/\/*.google.com.qa\/*",
                "*:\/\/*.google.ro\/*",
                "*:\/\/*.google.ru\/*",
                "*:\/\/*.google.rw\/*",
                "*:\/\/*.google.com.sa\/*",
                "*:\/\/*.google.com.sb\/*",
                "*:\/\/*.google.sc\/*",
                "*:\/\/*.google.se\/*",
                "*:\/\/*.google.com.sg\/*",
                "*:\/\/*.google.sh\/*",
                "*:\/\/*.google.si\/*",
                "*:\/\/*.google.sk\/*",
                "*:\/\/*.google.com.sl\/*",
                "*:\/\/*.google.sn\/*",
                "*:\/\/*.google.so\/*",
                "*:\/\/*.google.sm\/*",
                "*:\/\/*.google.sr\/*",
                "*:\/\/*.google.st\/*",
                "*:\/\/*.google.com.sv\/*",
                "*:\/\/*.google.td\/*",
                "*:\/\/*.google.tg\/*",
                "*:\/\/*.google.co.th\/*",
                "*:\/\/*.google.com.tj\/*",
                "*:\/\/*.google.tk\/*",
                "*:\/\/*.google.tl\/*",
                "*:\/\/*.google.tm\/*",
                "*:\/\/*.google.tn\/*",
                "*:\/\/*.google.to\/*",
                "*:\/\/*.google.com.tr\/*",
                "*:\/\/*.google.tt\/*",
                "*:\/\/*.google.com.tw\/*",
                "*:\/\/*.google.co.tz\/*",
                "*:\/\/*.google.com.ua\/*",
                "*:\/\/*.google.co.ug\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.com.uy\/*",
                "*:\/\/*.google.co.uz\/*",
                "*:\/\/*.google.com.vc\/*",
                "*:\/\/*.google.co.ve\/*",
                "*:\/\/*.google.vg\/*",
                "*:\/\/*.google.co.vi\/*",
                "*:\/\/*.google.com.vn\/*",
                "*:\/\/*.google.vu\/*",
                "*:\/\/*.google.ws\/*",
                "*:\/\/*.google.rs\/*",
                "*:\/\/*.google.co.za\/*",
                "*:\/\/*.google.co.zm\/*",
                "*:\/\/*.google.co.zw\/*",
                "*:\/\/*.google.cat\/*"
            ],
            "js": [
                "lib\/jquery-1.11.1.js",
                "lib\/ejs_1.0\/ejs_production.js",
                "lib\/ejs_1.0\/view.js",
                "content_search\/content_search.js",
                "content_search\/embedded_search_results.js"
            ],
            "css": [
                "content_search\/embedded_search_results.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.papaly.com\/*",
                "https:\/\/papaly.com\/*",
                "http:\/\/www.papaly.com\/*",
                "http:\/\/papaly.com\/*"
            ],
            "js": [
                "lib\/jquery-1.11.1.js",
                "content_import.js"
            ],
            "css": [
                "extension_promotion.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.papaly.com https:\/\/papaly.com https:\/\/sl2.heroku.com https:\/\/sl2.herokuapp.com https:\/\/www.google-analytics.com https:\/\/maps.googleapis.com https:\/\/rcm-na.amazon-adsystem.com; object-src 'self'"
}