App Launcher in Popup
Allows you to access the Google App Launcher right from the Chrome toolbar
App Launcher in Popup क्या है?
App Launcher in Popup https://apps.jeurissen.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to access the Google App Launcher right from the Chrome toolbar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में App Launcher in Popup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This app has been replaced with G App Launcher, see: https://chrome.google.com/webstore/detail/ponjkmladgjfjgllmhnkhgbgocdigcjm This extension allows you to access Google's App Launcher right from the chrome toolbar. This way, you don't need to open a new tab or browse to a google website to access it. This extension needs permission to https://mail.google.com/ in order to display the app launcher in a popup.
एक्सटेंशन की मूल जानकारी
नाम | App Launcher in Popup |
ID | ngoeookbfpbhhmhaidcejfbfpgalaafc |
आधिकारिक URL | https://chromewebstore.google.com/detail/app-launcher-in-popup/ngoeookbfpbhhmhaidcejfbfpgalaafc |
विवरण | Allows you to access the Google App Launcher right from the Chrome toolbar |
फ़ाइल का आकार | 1.32 MB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 27.8.0 |
अंतिम अपडेट | 2024-02-23 |
प्रकाशन तिथि | 2020-06-14 |
रेटिंग | 3.82/5 कुल 57 रेटिंग्स |
डेवलपर | https://apps.jeurissen.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://apps.jeurissen.co/app-launcher-in-popup |
सहायता पृष्ठ URL | https://apps.jeurissen./app-launcher-in-popup/contact |
गोपनीयता नीति पृष्ठ URL | https://apps.jeurissen.co/privacy-policy |
समर्थित भाषाएँ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,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": "27.8.0", "name": "App Launcher in Popup", "short_name": "App Launcher", "description": "__MSG_cj_i18n_01946__", "author": "Carlos Jeurissen", "homepage_url": "https:\/\/apps.jeurissen.co\/app-launcher-in-popup", "developer": { "name": "Carlos Jeurissen", "url": "https:\/\/apps.jeurissen.co\/" }, "default_locale": "en", "content_security_policy": "default-src 'none'; child-src 'none'; manifest-src 'none'; frame-src 'none'; media-src 'none'; object-src 'none'; worker-src 'none'; connect-src https: chrome-extension: https:\/\/accounts.google.com\/ https:\/\/ogs.google.com\/ https:\/\/www.googleapis.com\/appsmarket\/v2\/installedApps\/; font-src 'self'; img-src https: http: https:\/\/t0.gstatic.com\/ https:\/\/t1.gstatic.com\/ https:\/\/t2.gstatic.com\/ https:\/\/t3.gstatic.com\/ https:\/\/www.google.com\/ data:; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline'; style-src-attr 'self' 'unsafe-inline'; script-src 'self'; script-src-elem 'self'; script-src-attr 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; report-uri https:\/\/api.jeurissen.co\/reports\/csp\/webext\/alp\/v27_8_0\/", "offline_enabled": true, "container": "GOOGLE_DRIVE", "browser_specific_settings": { "gecko": { "id": "{5C46D283-ABDE-4dce-B83C-08881401921C}" } }, "externally_connectable": { "ids": [ "aiekbiaglgnfojebpkemjkgaofkhfodf", "jegfmclagmheobcjojbiohjekamkpbeb", "odhlcadbopildpgohnmnknegjdnnpehl", "ponjkmladgjfjgllmhnkhgbgocdigcjm" ], "accepts_tls_channel_id": false }, "minimum_chrome_version": "21", "minimum_opera_version": "15", "icons": { "16": "\/images\/extension\/app_launcher_square\/icon-16.png", "32": "\/images\/extension\/app_launcher_square\/icon-32.png", "48": "\/images\/extension\/app_launcher_square\/icon-48.png", "128": "\/images\/extension\/app_launcher_square\/icon-128.png" }, "permissions": [ "storage", "https:\/\/*.google.com\/*" ], "background": { "page": "\/views\/background.html", "persistent": false }, "commands": { "_execute_browser_action": { "description": "__MSG_cj_i18n_01675__" } }, "browser_action": { "browser_style": false, "default_area": "navbar", "default_popup": "\/views\/app.html", "default_title": "__MSG_cj_i18n_01675__", "default_icon": { "16": "\/images\/action\/app_launcher_square\/app_launcher_square-16.png", "19": "\/images\/action\/app_launcher_square\/app_launcher_square-19.png", "32": "\/images\/action\/app_launcher_square\/app_launcher_square-32.png", "38": "\/images\/action\/app_launcher_square\/app_launcher_square-38.png" } } } |