Tamplate for INvitation
Make tamplate for invitation
ما هو Tamplate for INvitation؟
Tamplate for INvitation هو إضافة Chrome تم تطويرها بواسطة FAS، والميزة الرئيسية لها هي "Make tamplate for invitation".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tamplate for INvitation
قم بتنزيل ملفات الامتداد Tamplate for INvitation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This simple extension helps you to customize your invitations at LinkedIn. Just press button "Connect" and extension will add your text to invitation. For customizing text go to option page and make your template of text invitation. ADDINTIOANL INSTRUCTION: Before pressing button "Send invitation", please make focus on the text like on the first print screen.
معلومات أساسية عن التمديد
الاسم | |
ID | phemcmhphdnfliijckkkeoifpoibmcek |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tamplate-for-invitation/phemcmhphdnfliijckkkeoifpoibmcek |
الوصف | Make tamplate for invitation |
حجم الملف | 17.01 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.3 |
آخر تحديث | 2019-05-03 |
تاريخ النشر | 2019-05-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | FAS |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tamplate for INvitation", "description": "Make tamplate for invitation", "version": "1.3", "manifest_version": 2, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "options_page": "popup.html", "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "myscript.js" ] } ], "icons": { "128": "logo.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "https:\/\/www.linkedin.com\/*", "storage", "declarativeContent" ] } |