Pushbullet
Bringing together your devices, friends, and the things you care about.
ما هو Pushbullet؟
Pushbullet هو إضافة Chrome تم تطويرها بواسطة https://www.pushbullet.com، والميزة الرئيسية لها هي "Bringing together your devices, friends, and the things you care about.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pushbullet
قم بتنزيل ملفات الامتداد Pushbullet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pushbullet is "the app you never knew you needed", according to CNET. Here's why:
STAY CONNECTED
• Conveniently send and receive SMS messages from your computer (requires Android)
• Reply to messages from many popular apps including WhatsApp, Kik, and Facebook Messenger (requires Android)
• Easily share links and files between your devices, or with friends
NEVER MISS A NOTIFICATION
• See all of your phone's notifications on your computer, including phone calls (requires Android)
• Dismiss a notification on your computer and it goes away on your phone too
• Use Pushbullet Channels to subscribe to timely notifications about things you care about
SAVE TIME
• Text from your computer using your keyboard instead of grabbing your phone
• The easiest way to get a link or file onto your phone to open or share
• Deal with notifications on your computer as they arrive
"Pushbullet Is a Fantastic App Every Phone Should Have" - Gizmodo
"TNW’s Apps of the Year: PushBullet for Android" - TNW
★ Secure: Protect your notifications and SMS with end-to-end encryption
★ Used by millions of people and counting
★ Translated into over a dozen languages by an awesome group of our own users
See all the places Pushbullet is available: https://www.pushbullet.com/apps معلومات أساسية عن التمديد
| الاسم | |
| ID | chlffgpmiacpedhhbkiomidkjlcfhogd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pushbullet/chlffgpmiacpedhhbkiomidkjlcfhogd |
| الوصف | Bringing together your devices, friends, and the things you care about. |
| حجم الملف | 532 KB |
| عدد التثبيتات | 796,366 |
| النسخة الحالية | 366 |
| آخر تحديث | 2023-03-25 |
| تاريخ النشر | 2020-06-08 |
| تقييم | 4.49/5 مجموع تقييمات 5276 |
| المطور | https://www.pushbullet.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://help.pushbullet.com/ |
| اللغات المدعومة | id,de,en,fr,nl,no,tr,ca,da,es,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,bg,ru,iw,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pushbullet",
"version": "366",
"author": "Pushbullet",
"default_locale": "en",
"description": "Bringing together your devices, friends, and the things you care about.",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"homepage_url": "https:\/\/www.pushbullet.com",
"minimum_chrome_version": "31",
"permissions": [
"activeTab",
"contextMenus",
"cookies",
"notifications",
"idle",
"https:\/\/*.pushbullet.com\/*",
"http:\/\/*.pushbullet.com\/*",
"http:\/\/localhost:20807\/*"
],
"optional_permissions": [
"background",
"tabs",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"browser_action": {
"default_icon": {
"19": "icon_19.png",
"38": "icon_38.png"
},
"default_title": "Pushbullet",
"default_popup": "panel.html"
},
"options_page": "options.html",
"background": {
"scripts": [
"forge.min.js",
"utils.js",
"pb.js",
"http.js",
"analytics.js",
"settings.js",
"notifier.js",
"listeners.js",
"end-to-end.js",
"alive.js",
"awake.js",
"connection.js",
"local.js",
"device.js",
"mirroring.js",
"files.js",
"pushing.js",
"chats.js",
"pushes.js",
"sms.js",
"context-menu.js",
"log-request.js",
"pong.js",
"keyboard-shortcuts.js",
"main.js"
],
"persistent": true
},
"commands": {
"dismiss-most-recent-notification": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"mac": "Command+Shift+K"
},
"description": "Dismiss the most recent notification"
},
"instant-push-current-tab": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
},
"description": "Instantly push the current tab (configure in Options)"
},
"pop-out-panel": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
},
"description": "Pop out the push panel"
}
},
"web_accessible_resources": [
"*.png"
]
} | |