Salesforce AutoSave for Chrome
Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!
ما هو Salesforce AutoSave for Chrome؟
Salesforce AutoSave for Chrome هو إضافة Chrome تم تطويرها بواسطة http://jasminepm.com، والميزة الرئيسية لها هي "Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Salesforce AutoSave for Chrome
قم بتنزيل ملفات الامتداد Salesforce AutoSave for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!
معلومات أساسية عن التمديد
الاسم | |
ID | pnljhjfjimjfhfphkgcglligacaldcem |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/salesforce-autosave-for-c/pnljhjfjimjfhfphkgcglligacaldcem |
الوصف | Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work! |
حجم الملف | 86.75 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 0.2 |
آخر تحديث | 2015-12-12 |
تاريخ النشر | 2015-12-12 |
المطور | http://jasminepm.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce AutoSave for Chrome", "description": "Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!", "version": "0.2", "icons": { "16": "images\/jasmine_16.png", "48": "images\/jasmine_48.png", "128": "images\/jasmine_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*\/e*", "https:\/\/*.cloudforce.com\/*\/e*" ], "js": [ "js\/jquery.min.js", "js\/jaz.content.script.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage", "https:\/\/*.salesforce.com\/*\/e*", "https:\/\/*.cloudforce.com\/*\/e*" ], "options_page": "options.html" } |