Goto Links
Redirects http://go/* links to Goto Tools's hosted go short links
ما هو Goto Links؟
Goto Links هو إضافة Chrome تم تطويرها بواسطة https://goto.tools، والميزة الرئيسية لها هي "Redirects http://go/* links to Goto Tools's hosted go short links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Goto Links
قم بتنزيل ملفات الامتداد Goto Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A secure, fast and private go link system for companies of all sizes.
Go links allow you to share a short, memorable link rather than a long URL. When anybody at your company uses the go link, Goto Tools's Chrome Extension directs them to the desired URL. For example https://go/kickoff can redirect to a Google Slide deck.
Go links liberates you from corporate intranets, bookmarks and corporate landing pages, just to remember how to access your HR system. Instead just type "go/hr" into Chrome.
GoTo Tools provides all the privacy, security and compliance features that any enterprise needs. معلومات أساسية عن التمديد
| الاسم | |
| ID | cnonjhmogfgihphhpmknnjmhkfefaihg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/goto-links/cnonjhmogfgihphhpmknnjmhkfefaihg |
| الوصف | Redirects http://go/* links to Goto Tools's hosted go short links |
| حجم الملف | 52.91 KB |
| عدد التثبيتات | 139 |
| النسخة الحالية | 0.0.5 |
| آخر تحديث | 2023-06-10 |
| تاريخ النشر | 2022-06-05 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | https://goto.tools |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.goto.tools |
| عنوان صفحة المساعدة | https://www.goto.tools/contact |
| عنوان صفحة سياسة الخصوصية | https://www.goto.tools/privacypolicy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Goto Links",
"version": "0.0.5",
"description": "Redirects http:\/\/go\/* links to Goto Tools's hosted go short links",
"icons": {
"96": "96.png",
"128": "128.png"
},
"background": {
"service_worker": "background.js"
},
"omnibox": {
"keyword": "go"
},
"author": "Goto Tools",
"declarative_net_request": {
"rule_resources": [
{
"id": "go_redirects",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/go\/"
]
} | |