Good Sign-Offs Gmail Extension
100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…
ما هو Good Sign-Offs Gmail Extension؟
Good Sign-Offs Gmail Extension هو إضافة Chrome تم تطويرها بواسطة https://www.angelicavelasco.com، والميزة الرئيسية لها هي "100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Good Sign-Offs Gmail Extension
قم بتنزيل ملفات الامتداد Good Sign-Offs Gmail Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
100+ ways to tell someone goodbye.
Randomly insert a sign-off with the click of a button from the Gmail composer.
Sayings created by Meg Miller + collaborators
https://www.are.na/meg-miller/good-sign-offs
Gmail extension created by Angel Velasco
https://angelicavelasco.com/ معلومات أساسية عن التمديد
| الاسم | |
| ID | cjnofdlhmemkhpblcjfebeifobamahle |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle |
| الوصف | 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created… |
| حجم الملف | 33.03 KB |
| عدد التثبيتات | 38 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2019-12-02 |
| تاريخ النشر | 2019-12-02 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://www.angelicavelasco.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Good Sign-Offs Gmail Extension",
"version": "1.2",
"permissions": [
"https:\/\/mail.google.com\/",
"https:\/\/inbox.google.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"js": [
"inboxsdk.js",
"app.js"
]
}
],
"icons": {
"128": "Thumb.png"
}
} | |